Uses of Interface
it.unitn.disi.smatch.data.IContext

Packages that use IContext
it.unitn.disi.smatch   
it.unitn.disi.smatch.classifiers   
it.unitn.disi.smatch.data   
it.unitn.disi.smatch.loaders   
it.unitn.disi.smatch.matchers.element   
it.unitn.disi.smatch.matchers.structure.tree   
it.unitn.disi.smatch.preprocessors   
it.unitn.disi.smatch.renderers.context   
 

Uses of IContext in it.unitn.disi.smatch
 

Methods in it.unitn.disi.smatch that return IContext
 IContext MatchManager.classify(IContext ctxSource)
           
 IContext IMatchManager.classify(IContext ctxSource)
          Performs the second step of the semantic matching algorithm
static IContext MatchManager.getIContext()
           
 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
 IContext MatchManager.offline(IContext ctxSource, java.lang.String ctxsSourceFile)
          Performs linguistic preprocessing
 IContext IMatchManager.offline(IContext ctxSource, java.lang.String ctxsSourceFile)
          Performs the first two steps of the semantic matching algorithm and render the results by current IContextRenderer
 IContext MatchManager.preprocess(IContext ctxSource)
           
 IContext IMatchManager.preprocess(IContext ctxSource)
          Performs the first step of the semantic matching algorithm
 

Methods in it.unitn.disi.smatch with parameters of type IContext
 IContext MatchManager.classify(IContext ctxSource)
           
 IContext IMatchManager.classify(IContext ctxSource)
          Performs the second step of the semantic matching algorithm
 IMatchMatrix MatchManager.elementLevelMatching(IContext sourceContext, IContext targetContext)
           
 IMatchMatrix IMatchManager.elementLevelMatching(IContext sourceContext, IContext targetContext)
          Performs the third step of semantic matching algorithm
 IMapping MatchManager.match(IContext sourceContext, IContext targetContext)
           
 IMapping IMatchManager.match(IContext sourceContext, IContext targetContext)
          Performs the whole matching process
 IContext MatchManager.offline(IContext ctxSource, java.lang.String ctxsSourceFile)
          Performs linguistic preprocessing
 IContext IMatchManager.offline(IContext ctxSource, java.lang.String ctxsSourceFile)
          Performs the first two steps of the semantic matching algorithm and render the results by current IContextRenderer
 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
 IContext MatchManager.preprocess(IContext ctxSource)
           
 IContext IMatchManager.preprocess(IContext ctxSource)
          Performs the first step of the semantic matching algorithm
 void MatchManager.renderContext(IContext ctxSource, java.lang.String fileName)
           
 void IMatchManager.renderContext(IContext ctxSource, java.lang.String fileName)
          Renders context to screen,file or database
 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
 

Uses of IContext in it.unitn.disi.smatch.classifiers
 

Methods in it.unitn.disi.smatch.classifiers that return IContext
 IContext ZeroClassifier.buildCNodeFormulas(IContext context)
           
 IContext IClassifier.buildCNodeFormulas(IContext context)
          Constructs concept@node formulas for all the nodes in the context Must be executed after buildCLabs.
 IContext DefaultClassifier.buildCNodeFormulas(IContext context)
           
 IContext CNFClassifier.buildCNodeFormulas(IContext context)
           
 

Methods in it.unitn.disi.smatch.classifiers with parameters of type IContext
 IContext ZeroClassifier.buildCNodeFormulas(IContext context)
           
 IContext IClassifier.buildCNodeFormulas(IContext context)
          Constructs concept@node formulas for all the nodes in the context Must be executed after buildCLabs.
 IContext DefaultClassifier.buildCNodeFormulas(IContext context)
           
 IContext CNFClassifier.buildCNodeFormulas(IContext context)
           
 

Uses of IContext in it.unitn.disi.smatch.data
 

Classes in it.unitn.disi.smatch.data that implement IContext
 class Context
          A Context contains datastructure of ctxml file and some methods applyed to concept as whole.
 

Methods in it.unitn.disi.smatch.data that return IContext
static IContext Context.getInstance()
           
 

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

Fields in it.unitn.disi.smatch.loaders declared as IContext
protected  IContext CTXML.ctx
           
 

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

Methods in it.unitn.disi.smatch.loaders with parameters of type IContext
 IMatchMatrix PlainMappingLoader.loadMapping(IContext ctxSource, IContext ctxTarget, java.lang.String fileName)
           
 IMatchMatrix IMappingLoader.loadMapping(IContext ctxSource, IContext ctxTarget, java.lang.String fileName)
           
 

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

Methods in it.unitn.disi.smatch.matchers.element with parameters of type IContext
 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 IContext in it.unitn.disi.smatch.matchers.structure.tree
 

Methods in it.unitn.disi.smatch.matchers.structure.tree with parameters of type IContext
 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)
           
 IMatchMatrix BaselineTreeMatcher.treeMatch(IContext sourceContext, IContext targetContext, IMatchMatrix ClabMatrix)
           
 

Uses of IContext in it.unitn.disi.smatch.preprocessors
 

Methods in it.unitn.disi.smatch.preprocessors that return IContext
 IContext IPreprocessor.preprocess(IContext context)
          This method translates natural language labels of a context into a logical formulas.
 IContext DefaultPreprocessor.preprocess(IContext context)
          This method perfoms all preprocessing procedures as follows: - linguistic analysis (each lemma is associated with the set of senses taken from the oracle).
 

Methods in it.unitn.disi.smatch.preprocessors with parameters of type IContext
 IContext IPreprocessor.preprocess(IContext context)
          This method translates natural language labels of a context into a logical formulas.
 IContext DefaultPreprocessor.preprocess(IContext context)
          This method perfoms all preprocessing procedures as follows: - linguistic analysis (each lemma is associated with the set of senses taken from the oracle).
 

Uses of IContext in it.unitn.disi.smatch.renderers.context
 

Methods in it.unitn.disi.smatch.renderers.context with parameters of type IContext
 void IContextRenderer.render(IContext context, java.lang.String fileName)
          Renders context into file or database
 void CTXMLContextRenderer.render(IContext context, java.lang.String fileName)
           
 



© 2010 Knowdive @ DISI