Uses of Interface
org.omwg.logicalexpression.AttributeConstraintMolecule

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

Uses of AttributeConstraintMolecule in org.omwg.logicalexpression
 

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

Methods in org.omwg.logicalexpression with parameters of type AttributeConstraintMolecule
 void Visitor.visitAttributeContraintMolecule(AttributeConstraintMolecule expr)
           
 

Uses of AttributeConstraintMolecule in org.wsmo.factory
 

Methods in org.wsmo.factory that return AttributeConstraintMolecule
 AttributeConstraintMolecule LogicalExpressionFactory.createAttributeConstraint(Term instanceID, Term attributeID, Term attributeType)
          Creates a simple molecule of the form: john[age ofType _integer]
 



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