Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.TupleTableAtom
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.formats | |
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.datalog |
-
Uses of TupleTableAtom in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats with parameters of type TupleTableAtom Modifier and Type Method Description void
InputConsumer. consumeFact(int line, int column, TupleTableAtom tupleTableAtom)
-
Uses of TupleTableAtom in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type TupleTableAtom Modifier and Type Method Description E
LogicAdapter. visit(TupleTableAtom tupleTableAtom)
E
LogicVisitor. visit(TupleTableAtom tupleTableAtom)
java.lang.Void
LogicWalker. visit(TupleTableAtom tupleTableAtom)
-
Uses of TupleTableAtom in tech.oxfordsemantic.jrdfox.logic.datalog
Fields in tech.oxfordsemantic.jrdfox.logic.datalog declared as TupleTableAtom Modifier and Type Field Description static TupleTableAtom[]
TupleTableAtom. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return TupleTableAtom Modifier and Type Method Description static TupleTableAtom
TupleTableAtom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)
static TupleTableAtom
TupleTableAtom. create(TupleTableName tupleTableName, Term... arguments)
static TupleTableAtom
TupleTableAtom. rdf(Term subject, Term predicate, Term object)
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return types with arguments of type TupleTableAtom Modifier and Type Method Description java.util.List<TupleTableAtom>
Rule. getHead()
Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type TupleTableAtom Modifier and Type Method Description static Rule
Rule. create(TupleTableAtom[] head, BodyFormula[] body)
static Rule
Rule. create(TupleTableAtom head, java.util.List<BodyFormula> body)
static Rule
Rule. create(TupleTableAtom head, BodyFormula... body)
Method parameters in tech.oxfordsemantic.jrdfox.logic.datalog with type arguments of type TupleTableAtom Modifier and Type Method Description static Rule
Rule. create(java.util.List<TupleTableAtom> head, java.util.List<BodyFormula> body)