Uses of Class
it.unitn.disi.smatch.SMatchException

Packages that use SMatchException
it.unitn.disi.smatch   
it.unitn.disi.smatch.deciders   
it.unitn.disi.smatch.loaders   
it.unitn.disi.smatch.matchers.element   
it.unitn.disi.smatch.matchers.structure.node   
it.unitn.disi.smatch.matchers.structure.tree   
it.unitn.disi.smatch.oracles.wordnet   
it.unitn.disi.smatch.utils   
 

Uses of SMatchException in it.unitn.disi.smatch
 

Methods in it.unitn.disi.smatch that throw SMatchException
 IMatchMatrix MatchManager.elementLevelMatching(IContext sourceContext, IContext targetContext)
           
 IMatchMatrix IMatchManager.elementLevelMatching(IContext sourceContext, IContext targetContext)
          Performs the third step of semantic matching algorithm
static IMatchManager MatchManager.getInstance()
           
static void MatchManager.initJWNL()
          Performs JWNL and JWNL logger initialization routines.
 IContext MatchManager.loadContext(java.lang.String fileName)
          Loads context
 IContext IMatchManager.loadContext(java.lang.String fileName)
          Uses current Loader in order to load the context from external source into internal datastructucture
static void MatchManager.main(java.lang.String[] args)
           
 IMapping MatchManager.match(IContext sourceContext, IContext targetContext)
           
 IMapping IMatchManager.match(IContext sourceContext, IContext targetContext)
          Performs the whole matching process
 IMapping MatchManager.online(IContext sourceContext, IContext targetContext)
           
 IMapping IMatchManager.online(IContext sourceContext, IContext targetContext)
          Performs the last two steps of the semantic matching algorithm, filtering and render the results by current IMappingRender
 IMatchMatrix MatchManager.structureLevelMatching(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
           
 IMatchMatrix IMatchManager.structureLevelMatching(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
          Performs the fourth step of semantic matching algorithm
 

Constructors in it.unitn.disi.smatch that throw SMatchException
MatchManager()
           
MatchManager(java.lang.String propFileName)
           
 

Uses of SMatchException in it.unitn.disi.smatch.deciders
 

Methods in it.unitn.disi.smatch.deciders that throw SMatchException
 boolean openSATcached.isSatisfiable(java.lang.String input)
          This method can be used to call the OpenSAT .
 boolean openSAT.isSatisfiable(java.lang.String input)
           
 boolean ISATSolver.isSatisfiable(java.lang.String input)
          Checks whether input string in DIMACS format is satisfiable.
 

Uses of SMatchException in it.unitn.disi.smatch.loaders
 

Methods in it.unitn.disi.smatch.loaders that throw SMatchException
 IContext ILoader.loadContext(java.lang.String fileName)
          Loads the context
 IContext CTXMLLoader.loadContext(java.lang.String fileName)
           
 IContext CTXML.parseAndLoadContext(java.lang.String inputFileName)
           
 

Uses of SMatchException in it.unitn.disi.smatch.matchers.element
 

Methods in it.unitn.disi.smatch.matchers.element that throw SMatchException
 IMatchMatrix MatcherLibrary.elementLevelMatching(IContext sourceContext, IContext targetContext)
          Performs Step 3 of semantic matching algorithm
 IMatchMatrix IMatcherLibrary.elementLevelMatching(IContext sourceContext, IContext targetContext)
          Performs Step 3 of semantic matching algorithm
 IMatchMatrix EvalELMatcher.elementLevelMatching(IContext sourceContext, IContext targetContext)
          Matches acols of same nodes.
 

Uses of SMatchException in it.unitn.disi.smatch.matchers.structure.node
 

Methods in it.unitn.disi.smatch.matchers.structure.node that throw SMatchException
protected  boolean BaseNodeMatcher.isUnsatisfiable(java.lang.String satProblem)
           
 boolean OptimizedStageNodeMatcher.nodeDisjoint(IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
           
 char INodeMatcher.nodeMatch(IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
          Matches two nodes and returns a relation between them.
 char EvalNodeMatcher.nodeMatch(IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
           
 char DefaultNodeMatcher.nodeMatch(IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
           
 boolean OptimizedStageNodeMatcher.nodeSubsumedBy(IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
           
 

Uses of SMatchException in it.unitn.disi.smatch.matchers.structure.tree
 

Methods in it.unitn.disi.smatch.matchers.structure.tree that throw SMatchException
 IMatchMatrix OptimizedStageTreeMatcher.treeMatch(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrixParam)
           
 IMatchMatrix ITreeMatcher.treeMatch(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
          Matches two contexts.
 IMatchMatrix EvalTLMatcher.treeMatch(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
           
 IMatchMatrix DefaultTreeMatcher.treeMatch(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
           
 

Uses of SMatchException in it.unitn.disi.smatch.oracles.wordnet
 

Constructors in it.unitn.disi.smatch.oracles.wordnet that throw SMatchException
InMemoryWordNetBinaryArray()
           
 

Uses of SMatchException in it.unitn.disi.smatch.utils
 

Methods in it.unitn.disi.smatch.utils that throw SMatchException
 void GenerateWordNetCaches.convert()
           
 void GenerateWordNetCaches.writeNominalizations()
           
 void GenerateWordNetCaches.writeNounMG()
           
 void GenerateWordNetCaches.writeOppAdjectives()
           
 void GenerateWordNetCaches.writeOppAdverbs()
           
 void GenerateWordNetCaches.writeOppNouns()
           
 void GenerateWordNetCaches.writeSynonymsAdj()
           
 void GenerateWordNetCaches.writeVerbMG()
           
 



© 2010 Knowdive @ DISI