Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.TupleTableAtom
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client | |
| tech.oxfordsemantic.jrdfox.formats | |
| tech.oxfordsemantic.jrdfox.logic | |
| tech.oxfordsemantic.jrdfox.logic.datalog |
-
Uses of TupleTableAtom in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type TupleTableAtom Modifier and Type Method Description voidDataStoreConnection. createExplanation(Prefixes prefixes, TupleTableAtom fact, int maxDistanceFromRoot, int maxRuleInstancesPerFact, ExplanationType explanationType, java.io.OutputStream outputStream)Computes an explanation for a given fact and saves it in JSON format to the given output stream. -
Uses of TupleTableAtom in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats with parameters of type TupleTableAtom Modifier and Type Method Description voidInputConsumer. 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 ELogicAdapter. visit(TupleTableAtom tupleTableAtom)ELogicVisitor. visit(TupleTableAtom tupleTableAtom)java.lang.VoidLogicWalker. 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_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return TupleTableAtom Modifier and Type Method Description static TupleTableAtomTupleTableAtom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)static TupleTableAtomTupleTableAtom. create(TupleTableName tupleTableName, Term... arguments)static TupleTableAtomTupleTableAtom. 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 RuleRule. create(TupleTableAtom[] head, BodyFormula[] body)static RuleRule. create(TupleTableAtom head, java.util.List<BodyFormula> body)static RuleRule. 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 RuleRule. create(java.util.List<TupleTableAtom> head, java.util.List<BodyFormula> body)