|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompoundMolecule
Represents a compound molecule which is a container for simple molecules E.g., "x subConceptOf {y,z}" or "a[b hasValue c] memberOf d".
Created on Sep 19, 2005 Committed by $Author$ $Source$,
Method Summary | |
---|---|
java.util.List |
listAttributeConstraintMolecules()
retrieving all molecules of the type "a[b ofType c]" |
java.util.List |
listAttributeConstraintMolecules(Term t)
retrieving all molecules of the type "a[b ofType c]", where Term t equals the attribute name of the molecule |
java.util.List |
listAttributeInferenceMolecules()
retrieving all molecules of the type "a[b impliesType c]" |
java.util.List |
listAttributeInferenceMolecules(Term t)
retrieving all molecules of the type "a[b impliesType c]", where Term t equals the attribute name of the molecule |
java.util.List |
listAttributeValueMolecules()
retrieving all molecules of the type "a[b hasValue c]" |
java.util.List |
listAttributeValueMolecules(Term t)
retrieving all molecules of the type "a[b hasValue c]", where Term t equals the attribute name of the molecule |
java.util.List |
listMemberShipMolecules()
retrieving all molecules of the type "a memberOf b" |
java.util.List |
listSubConceptMolecules()
retrieving all molecules of the type "a subConcept b" |
Methods inherited from interface org.omwg.logicalexpression.CompoundExpression |
---|
listOperands, setOperands |
Methods inherited from interface org.omwg.logicalexpression.LogicalExpression |
---|
accept |
Method Detail |
---|
java.util.List listSubConceptMolecules()
SubConceptMolecule
java.util.List listMemberShipMolecules()
MembershipMolecule
java.util.List listAttributeValueMolecules()
AttributeValueMolecule
java.util.List listAttributeValueMolecules(Term t)
t
- Term that acts as filter on the attribute name
(t has to be equal to the name)
AttributeValueMolecule
java.util.List listAttributeConstraintMolecules()
AttributeConstraintMolecule
java.util.List listAttributeConstraintMolecules(Term t)
t
- Term that acts as filter on the attribute name
(t has to be equal to the name)
AttributeConstraintMolecule
java.util.List listAttributeInferenceMolecules()
AttributeInferenceMolecule
java.util.List listAttributeInferenceMolecules(Term t)
t
- Term that acts as filter on the attribute name
(t has to be equal to the name)
AttributeInferenceMolecule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |