Uses of Interface
org.omwg.logicalexpression.CompoundMolecule

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

Uses of CompoundMolecule in org.omwg.logicalexpression
 

Methods in org.omwg.logicalexpression with parameters of type CompoundMolecule
 void Visitor.visitCompoundMolecule(CompoundMolecule expr)
           
 

Uses of CompoundMolecule in org.wsmo.factory
 

Methods in org.wsmo.factory that return CompoundMolecule
 CompoundMolecule LogicalExpressionFactory.createAttribusteValues(Term instanceID, Term attributeID, List attributeValues)
          Creates a compound molecule of the form: john[relative hasValue {mary,lisa}]
 CompoundMolecule LogicalExpressionFactory.createAttributeConstraints(Term instanceID, Term attributeID, List attributeTypes)
          Creates a compund molecule of the form: john[age ofType {human,man}]
 CompoundMolecule LogicalExpressionFactory.createAttributeInferences(Term instanceID, Term attributeID, List attributeType)
          Creates a compund molecule of the form: john[anchestor impliesType {human,man}]
 CompoundMolecule LogicalExpressionFactory.createCompoundMolecule(List<Molecule> molecules)
          creates an compund molecule (e.g.
 CompoundMolecule LogicalExpressionFactory.createMemberShipMolecules(Term idInstance, List idConcepts)
          Creates a compound molecule of the form: a memberOf {b,c}.
 CompoundMolecule LogicalExpressionFactory.createSubConceptMolecules(Term idConcept, List idSuperConcept)
          Creates a simple molecule of the form: a subConceptOf {b,c}
 



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