Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return RuleMethods in tech.oxfordsemantic.jrdfox.client with parameters of type RuleModifier and TypeMethodDescriptionlongAdds a rule to the data store.longDataStoreConnection.deleteRule(Rule rule) Deletes a rule to the data store.Method parameters in tech.oxfordsemantic.jrdfox.client with type arguments of type RuleModifier and TypeMethodDescriptionlongDataStoreConnection.addRules(Collection<Rule> datalogProgram) Adds a collection of rules to the data store.longDataStoreConnection.deleteRules(Collection<Rule> datalogProgram) Deletes a collection of rules to the data store.Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type Rule -
Uses of Rule in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats that return RuleMethods in tech.oxfordsemantic.jrdfox.formats with parameters of type RuleModifier and TypeMethodDescriptionvoidInputConsumer.consumeRule(int line, int column, Rule rule) -
Uses of Rule in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Rule -
Uses of Rule in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return RuleModifier and TypeMethodDescriptionstatic RuleRule.create(List<TupleTableAtom> head, List<BodyFormula> body) static RuleRule.create(TupleTableAtom[] head, BodyFormula[] body) static RuleRule.create(TupleTableAtom head, List<BodyFormula> body) static RuleRule.create(TupleTableAtom head, BodyFormula... body) static Rule