Uses of Class
tech.oxfordsemantic.jrdfox.logic.BodyFormula
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic |
-
Uses of BodyFormula in tech.oxfordsemantic.jrdfox.logic
Subclasses of BodyFormula in tech.oxfordsemantic.jrdfox.logic Modifier and Type Class Description classAggregateclassAtomclassBindAtomclassFilterAtomclassNegationFields in tech.oxfordsemantic.jrdfox.logic declared as BodyFormula Modifier and Type Field Description static BodyFormula[]BodyFormula. NO_LITERALSMethods in tech.oxfordsemantic.jrdfox.logic that return BodyFormula Modifier and Type Method Description BodyFormulaRule. getBody(int index)abstract BodyFormulaBodyFormula. simplify()BodyFormulaNegation. simplify()Methods in tech.oxfordsemantic.jrdfox.logic that return types with arguments of type BodyFormula Modifier and Type Method Description java.util.List<BodyFormula>Rule. getBody()Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type BodyFormula Modifier and Type Method Description static RuleRule. create(Atom[] head, BodyFormula[] body)static RuleRule. create(Atom head, BodyFormula... body)Method parameters in tech.oxfordsemantic.jrdfox.logic with type arguments of type BodyFormula Modifier and Type Method Description static RuleRule. create(Atom head, java.util.List<BodyFormula> body)