org.semanticweb.triple.parser
Class LVariable
java.lang.Object
org.semanticweb.triple.parser.LTerm
org.semanticweb.triple.parser.LVariable
- public class LVariable
- extends LTerm
Everything that is uppercase is a variable.
| Methods inherited from class org.semanticweb.triple.parser.LTerm |
normalize |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LVariable
public LVariable()
LVariable
public LVariable(java.lang.String name)
putVariable
public void putVariable(java.lang.String name)
getVariable
public java.lang.String getVariable()
isAnonymous
public boolean isAnonymous()
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object obj)
- Check for equality.