Uses of Class
tech.oxfordsemantic.jrdfox.logic.Conjunction
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic |
-
Uses of Conjunction in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic that return Conjunction Modifier and Type Method Description static Conjunction
Conjunction. create(java.util.List<Formula> arguments)
static Conjunction
Conjunction. create(Formula... arguments)
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Conjunction Modifier and Type Method Description E
LogicVisitor. visit(Conjunction object)