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> Eaccept(LogicVisitor<E> visitor)static TupleTableAtomcreate(TupleTableName tupleTableName, java.util.List<Term> arguments)static TupleTableAtomcreate(TupleTableName tupleTableName, Term... arguments)java.util.List<Term>getArguments()TupleTableNamegetTupleTableName()static TupleTableAtomrdf(Term subject, Term predicate, Term object)voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString 
- 
Field Details
 - 
Method Details
- 
getTupleTableName
 - 
getArguments
- Overrides:
 getArgumentsin classBodyFormula
 - 
accept
- Specified by:
 acceptin classLogicObject
 - 
toString
- Specified by:
 toStringin classLogicObject
 - 
create
 - 
create
 - 
rdf
 
 -