Class Variable
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.expression.Expression
tech.oxfordsemantic.jrdfox.logic.expression.Term
tech.oxfordsemantic.jrdfox.logic.expression.Variable
- All Implemented Interfaces:
java.io.Serializable
public class Variable extends Term
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static Variable[]
EMPTY_ARRAY
-
Method Summary
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Field Details
-
Method Details
-
getName
public java.lang.String getName() -
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
-