org.semanticweb.triple.language
Class ReifiedTriple

java.lang.Object
  extended byorg.semanticweb.triple.language.TripleExpression
      extended byorg.semanticweb.triple.language.Term
          extended byorg.semanticweb.triple.language.ReifiedTriple

public class ReifiedTriple
extends Term


Constructor Summary
ReifiedTriple()
           
 
Method Summary
 Triple getTriple()
           
 void putTriple(Triple triple)
           
 GLPTerm toGLP(GLPTerm glpModel, java.util.ArrayList glpFormulae)
           
 java.lang.String toString(Syntax syntax)
           
 
Methods inherited from class org.semanticweb.triple.language.TripleExpression
appendModel, appendModel, getModel, putModel, toPrologString, toString, toTripleString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReifiedTriple

public ReifiedTriple()
Method Detail

putTriple

public void putTriple(Triple triple)

getTriple

public Triple getTriple()

toString

public java.lang.String toString(Syntax syntax)
Specified by:
toString in class TripleExpression

toGLP

public GLPTerm toGLP(GLPTerm glpModel,
                     java.util.ArrayList glpFormulae)
Specified by:
toGLP in class Term