org.semanticweb.triple.language
Class Variable
java.lang.Object
org.semanticweb.triple.language.TripleExpression
org.semanticweb.triple.language.Term
org.semanticweb.triple.language.Variable
- public class Variable
- extends Term
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
counter
public static int counter
Variable
public Variable()
Variable
public Variable(java.lang.String label)
getNewVariable
public static Variable getNewVariable()
putURI
public void putURI(java.lang.String uri)
putLabel
public void putLabel(java.lang.String label)
getURI
public java.lang.String getURI()
getLabel
public java.lang.String getLabel()
toString
public java.lang.String toString(Syntax syntax)
- Specified by:
toString in class TripleExpression
isAnonymous
public boolean isAnonymous()
toGLP
public GLPTerm toGLP(GLPTerm glpModel,
java.util.ArrayList glpFormulae)
- Specified by:
toGLP in class Term
toGLPVariables
public static java.util.ArrayList toGLPVariables(java.util.ArrayList variables)