Uses of Class
tech.oxfordsemantic.jrdfox.logic.Negation
| Package | Description | 
|---|---|
| tech.oxfordsemantic.jrdfox.logic | 
- 
Uses of Negation in tech.oxfordsemantic.jrdfox.logicMethods in tech.oxfordsemantic.jrdfox.logic that return Negation Modifier and Type Method Description static NegationNegation. create(java.util.List<Variable> existentialVariables, Formula negatedFormulas)static NegationNegation. create(Formula negatedFormula)static NegationNegation. create(Variable[] existentialVariables, Formula negatedFormulas)Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Negation Modifier and Type Method Description ELogicVisitor. visit(Negation object)