Class TupleTableAtom
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.TupleTableAtom
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static TupleTableAtomcreate(TupleTableName tupleTableName, List<Term> arguments) static TupleTableAtomcreate(TupleTableName tupleTableName, Term... arguments) static TupleTableAtomvoidstatic TupleTableAtomMethods inherited from class LogicObject
toString, toString, toString
-
Field Details
-
EMPTY_ARRAY
-
-
Method Details
-
getTupleTableName
-
getArguments
- Overrides:
getArgumentsin classBodyFormula
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-
create
-
triple
-
quad
-