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

Packages that use IAtomicConceptOfLabel
it.unitn.disi.smatch.data   
it.unitn.disi.smatch.matchers.element   
it.unitn.disi.smatch.matchers.structure.node   
it.unitn.disi.smatch.oracles   
it.unitn.disi.smatch.oracles.wordnet   
it.unitn.disi.smatch.renderers.context   
it.unitn.disi.smatch.renderers.mapping   
 

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

Classes in it.unitn.disi.smatch.data that implement IAtomicConceptOfLabel
 class AtomicConceptOfLabel
          This class represent atomic concept of label (ACoL) as a concept label and list of associated senses in WordNet.
 

Methods in it.unitn.disi.smatch.data that return IAtomicConceptOfLabel
 IAtomicConceptOfLabel Node.getAColById(java.lang.String tokenUID)
           
 IAtomicConceptOfLabel INodeData.getAColById(java.lang.String tokenUID)
          Get node acol by Id.
static IAtomicConceptOfLabel AtomicConceptOfLabel.getInstance()
           
static IAtomicConceptOfLabel AtomicConceptOfLabel.getInstance(int idToken, java.lang.String token, java.lang.String lemma, java.lang.String pos)
           
 IAtomicConceptOfLabel Node.getNMTAColById(java.lang.String tokenUID)
           
 IAtomicConceptOfLabel INodeData.getNMTAColById(java.lang.String tokenUID)
          Get node matching task acol by Id.
 

Methods in it.unitn.disi.smatch.data that return types with arguments of type IAtomicConceptOfLabel
 java.util.Vector<IAtomicConceptOfLabel> Node.getACoLs()
           
 java.util.Vector<IAtomicConceptOfLabel> INodeData.getACoLs()
          returns atomic concepts of labels associated with the givem node
 java.util.Vector<IAtomicConceptOfLabel> IMatchingContext.getAllContextACoLs()
           
 java.util.Vector<IAtomicConceptOfLabel> Context.getAllContextACoLs()
           
 java.util.Vector<IAtomicConceptOfLabel> Node.getNodeMatchingTaskACols()
          Fill and get the Vector of all logical formula representations of all concepts
 java.util.Vector<IAtomicConceptOfLabel> INodeData.getNodeMatchingTaskACols()
          Returns vector of atomic concepts for the node matching task.
 

Methods in it.unitn.disi.smatch.data with parameters of type IAtomicConceptOfLabel
 void Node.addAtomicConceptOfLabel(IAtomicConceptOfLabel sense)
           
 void INodeData.addAtomicConceptOfLabel(IAtomicConceptOfLabel sense)
          adds atomic concepts of label to the node
 

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

Methods in it.unitn.disi.smatch.matchers.element with parameters of type IAtomicConceptOfLabel
 char MatcherLibrary.getRelation(IAtomicConceptOfLabel sourceACoL, IAtomicConceptOfLabel targetACoL)
           
 char EvalELMatcher.getRelation(IAtomicConceptOfLabel sourceACoL, IAtomicConceptOfLabel targetACoL)
           
 

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

Method parameters in it.unitn.disi.smatch.matchers.structure.node with type arguments of type IAtomicConceptOfLabel
protected static java.lang.Object[] BaseNodeMatcher.mkAxioms(java.util.HashMap<IAtomicConceptOfLabel,java.lang.Integer> hashConceptNumber, IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
           
protected static java.lang.Object[] EvalNodeMatcher.mkAxioms(java.util.Hashtable<IAtomicConceptOfLabel,java.lang.Integer> hashConceptNumber, IMatchMatrix cLabMatrix, INode sourceNode, INode targetNode)
           
protected static int BaseNodeMatcher.negateFormulaInVector(java.util.HashMap<IAtomicConceptOfLabel,java.lang.Integer> hashConceptNumber, java.util.ArrayList<java.util.ArrayList<java.lang.String>> pivot, java.util.ArrayList<java.util.ArrayList<java.lang.String>> result)
           
protected  java.util.ArrayList<java.util.ArrayList<java.lang.String>> BaseNodeMatcher.parseFormula(java.util.HashMap<IAtomicConceptOfLabel,java.lang.Integer> hashConceptNumber, INode node)
           
 

Uses of IAtomicConceptOfLabel in it.unitn.disi.smatch.oracles
 

Methods in it.unitn.disi.smatch.oracles with parameters of type IAtomicConceptOfLabel
 char IWordNetMatcher.getRelationACoL(IAtomicConceptOfLabel source, IAtomicConceptOfLabel target)
          Retuns semantic relations which hols between two ACoLs.
 

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

Methods in it.unitn.disi.smatch.oracles.wordnet with parameters of type IAtomicConceptOfLabel
 char InMemoryWordNetBinaryArray.getRelationACoL(IAtomicConceptOfLabel source, IAtomicConceptOfLabel target)
           
 char DefaultWordNetMatcher.getRelationACoL(IAtomicConceptOfLabel source, IAtomicConceptOfLabel target)
           
 

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

Methods in it.unitn.disi.smatch.renderers.context with parameters of type IAtomicConceptOfLabel
 java.lang.String CTXMLContextRenderer.getXmlRepresentation(IAtomicConceptOfLabel acol)
           
 

Uses of IAtomicConceptOfLabel in it.unitn.disi.smatch.renderers.mapping
 

Method parameters in it.unitn.disi.smatch.renderers.mapping with type arguments of type IAtomicConceptOfLabel
protected  void PlainXTopRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
protected  void PlainXTopRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
protected  void PlainSortedRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
protected  void PlainSortedRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
protected  void PlainRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
protected  void PlainRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
protected  void DefaultHTMLMappingRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
protected  void DefaultHTMLMappingRenderer.printMatricesToFile(java.lang.String fileName, IMatchMatrix ClabMatrix, IMatchMatrix CnodMatrix, java.util.Vector<IAtomicConceptOfLabel> sourceACoLs, java.util.Vector<IAtomicConceptOfLabel> targetACoLs, java.util.Vector<INode> sourceNodes, java.util.Vector<INode> targetNodes)
          Prints cLab and cNode Matrices into file
 



© 2010 Knowdive @ DISI