|
|||||||||
| 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, toString |
| Method Detail |
|---|
java.util.List listSubConceptMolecules()
SubConceptMoleculejava.util.List listMemberShipMolecules()
MembershipMoleculejava.util.List listAttributeValueMolecules()
AttributeValueMoleculejava.util.List listAttributeValueMolecules(Term t)
t - Term that acts as filter on the attribute name
(t has to be equal to the name)
AttributeValueMoleculejava.util.List listAttributeConstraintMolecules()
AttributeConstraintMoleculejava.util.List listAttributeConstraintMolecules(Term t)
t - Term that acts as filter on the attribute name
(t has to be equal to the name)
AttributeConstraintMoleculejava.util.List listAttributeInferenceMolecules()
AttributeInferenceMoleculejava.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 | ||||||||