org.semanticweb.triple.language
Class MoleculeTerm
java.lang.Object
org.semanticweb.triple.language.TripleExpression
org.semanticweb.triple.language.Term
org.semanticweb.triple.language.MoleculeTerm
- public class MoleculeTerm
- extends Term
A MoleculeTerm is a molecule at term position.
- Version:
- Author:
- sintek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MoleculeTerm
public MoleculeTerm()
putSubject
public void putSubject(Term subject)
putPredicateAndObject
public void putPredicateAndObject(Term predicate,
Term object)
toString
public java.lang.String toString(Syntax syntax)
- Specified by:
toString in class TripleExpression
toGLP
public GLPTerm toGLP(GLPTerm model,
java.util.ArrayList glpFormulae)
- Specified by:
toGLP in class Term