Class BindAtom
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.datalog.BodyFormula
tech.oxfordsemantic.jrdfox.logic.datalog.Atom
tech.oxfordsemantic.jrdfox.logic.datalog.BindAtom
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class Atom
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static BindAtomcreate(Expression expression, Variable boundVariable) voidMethods inherited from class BodyFormula
getArgumentsMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getExpression
-
getBoundVariable
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-