org.semanticweb.triple.language
Class Molecule
java.lang.Object
org.semanticweb.triple.language.TripleExpression
org.semanticweb.triple.language.Formula
org.semanticweb.triple.language.Atom
org.semanticweb.triple.language.Molecule
- public class Molecule
- extends Atom
Note: cannot be used in TRIPLE0, i.e., in RDF version!
- Version:
- Author:
- Michael Sintek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Molecule
public Molecule()
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 GLogicFormula toGLP(GLPTerm model)
- Specified by:
toGLP in class Formula