Added Methods |
CompoundMolecule createAttribusteValues(Term, Term, List)
|
Creates a compound molecule of the form: john[relative hasValue {mary,lisa}]
|
CompoundMolecule createAttributeConstraints(Term, Term, List)
|
Creates a compund molecule of the form: john[age ofType {human,man}]
|
CompoundMolecule createAttributeInferences(Term, Term, List)
|
Creates a compund molecule of the form: john[anchestor impliesType {human,man}]
|
CompoundMolecule createMemberShipMolecules(Term, List)
|
Creates a compound molecule of the form: a memberOf {b,c}. |
CompoundMolecule createSubConceptMolecules(Term, List)
|
Creates a simple molecule of the form: a subConceptOf {b,c}
|