Class TupleTableAtom
java.lang.Object
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 SummaryFields Modifier and Type Field Description static TupleTableAtom[]EMPTY_ARRAY
- 
Method SummaryModifier 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.LogicObjecttoString, toString, toString
- 
Field Details
- 
Method Details- 
getTupleTableName
- 
getArguments- Overrides:
- getArgumentsin class- BodyFormula
 
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
- 
create
- 
create
- 
rdf
 
-