Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.BodyFormula
Packages that use BodyFormula
-
Uses of BodyFormula in tech.oxfordsemantic.jrdfox.logic.datalog
Subclasses of BodyFormula in tech.oxfordsemantic.jrdfox.logic.datalogModifier and TypeClassDescriptionclassclassclassclassclassclassFields in tech.oxfordsemantic.jrdfox.logic.datalog declared as BodyFormulaMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return types with arguments of type BodyFormulaMethods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type BodyFormulaModifier and TypeMethodDescriptionstatic RuleRule.create(TupleTableAtom[] head, BodyFormula[] body) static RuleRule.create(TupleTableAtom head, BodyFormula... body) Method parameters in tech.oxfordsemantic.jrdfox.logic.datalog with type arguments of type BodyFormulaModifier and TypeMethodDescriptionstatic RuleRule.create(TupleTableAtom head, List<BodyFormula> body)