Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.TupleTableAtom
Packages that use TupleTableAtom
Package
Description
-
Uses of TupleTableAtom in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type TupleTableAtomModifier and TypeMethodDescriptionvoidDataStoreConnection.createExplanation(TupleTableAtom fact, int maxDistanceFromRoot, int maxRuleInstancesPerFact, ExplanationType explanationType, 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 that return TupleTableAtomMethods in tech.oxfordsemantic.jrdfox.formats with parameters of type TupleTableAtomModifier and TypeMethodDescriptionvoidInputConsumer.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 TupleTableAtomModifier and TypeMethodDescriptionLogicAdapter.visit(TupleTableAtom tupleTableAtom) LogicVisitor.visit(TupleTableAtom tupleTableAtom) LogicWalker.visit(TupleTableAtom tupleTableAtom) -
Uses of TupleTableAtom in tech.oxfordsemantic.jrdfox.logic.datalog
Fields in tech.oxfordsemantic.jrdfox.logic.datalog declared as TupleTableAtomMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return TupleTableAtomModifier and TypeMethodDescriptionstatic TupleTableAtomTupleTableAtom.create(TupleTableName tupleTableName, List<Term> arguments) static TupleTableAtomTupleTableAtom.create(TupleTableName tupleTableName, Term... arguments) static TupleTableAtomstatic TupleTableAtomMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return types with arguments of type TupleTableAtomMethods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type TupleTableAtomModifier and TypeMethodDescriptionstatic RuleRule.create(TupleTableAtom[] head, BodyFormula[] body) static RuleRule.create(TupleTableAtom head, List<BodyFormula> body) static RuleRule.create(TupleTableAtom head, BodyFormula... body) Method parameters in tech.oxfordsemantic.jrdfox.logic.datalog with type arguments of type TupleTableAtomModifier and TypeMethodDescriptionstatic RuleRule.create(List<TupleTableAtom> head, List<BodyFormula> body)