org.semanticweb.triple.language
Class Equiv

java.lang.Object
  extended byorg.semanticweb.triple.language.TripleExpression
      extended byorg.semanticweb.triple.language.Formula
          extended byorg.semanticweb.triple.language.BinaryFormula
              extended byorg.semanticweb.triple.language.Equiv

public class Equiv
extends BinaryFormula

<-> formula.

Version:
Author:
Michael Sintek

Constructor Summary
Equiv()
           
 
Method Summary
 GLogicFormula toGLP(GLPTerm model)
           
 java.lang.String toString(Syntax syntax)
           
 
Methods inherited from class org.semanticweb.triple.language.BinaryFormula
getFirstFormula, getSecondFormula, putFirstFormula, putSecondFormula
 
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

Equiv

public Equiv()
Method Detail

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