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:
java.io.Serializable
public class TupleTableAtom extends Atom
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static TupleTableAtom[]
EMPTY_ARRAY
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static TupleTableAtom
create(TupleTableName tupleTableName, java.util.List<Term> arguments)
static TupleTableAtom
create(TupleTableName tupleTableName, Term... arguments)
java.util.List<Term>
getArguments()
TupleTableName
getTupleTableName()
static TupleTableAtom
quad(Term graph, Term subject, Term predicate, Term object)
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
static TupleTableAtom
triple(Term subject, Term predicate, Term object)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Field Details
-
Method Details
-
getTupleTableName
-
getArguments
- Overrides:
getArguments
in classBodyFormula
-
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
-
create
-
triple
-
quad
-