Uses of Interface
org.omwg.logicalexpression.AttributeInferenceMolecule

Packages that use AttributeInferenceMolecule
org.omwg.logicalexpression   
org.wsmo.factory   
 

Uses of AttributeInferenceMolecule in org.omwg.logicalexpression
 

Methods in org.omwg.logicalexpression that return types with arguments of type AttributeInferenceMolecule
 List<AttributeInferenceMolecule> CompoundMolecule.listAttributeInferenceMolecules()
          retrieving all molecules of the type "a[b impliesType c]"
 List<AttributeInferenceMolecule> CompoundMolecule.listAttributeInferenceMolecules(Term t)
          retrieving all molecules of the type "a[b impliesType c]", where Term t equals the attribute name of the molecule
 

Methods in org.omwg.logicalexpression with parameters of type AttributeInferenceMolecule
 void Visitor.visitAttributeInferenceMolecule(AttributeInferenceMolecule expr)
           
 

Uses of AttributeInferenceMolecule in org.wsmo.factory
 

Methods in org.wsmo.factory that return AttributeInferenceMolecule
 AttributeInferenceMolecule LogicalExpressionFactory.createAttributeInference(Term instanceID, Term attributeID, Term attributeType)
          Creates a simple molecule of the form: john[anchestor impliesType human]
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.