Class Negation
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.datalog.BodyFormula
tech.oxfordsemantic.jrdfox.logic.datalog.Negation
- All Implemented Interfaces:
 java.io.Serializable
public class Negation extends BodyFormula
- See Also:
 - Serialized Form
 
- 
Field Summary
 - 
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static Negationcreate(java.util.List<Variable> existentialVariables, java.util.List<Atom> negatedAtoms)static Negationcreate(Atom... negatedAtoms)static Negationcreate(Variable[] existentialVariable, Atom[] negatedAtoms)java.util.List<Variable>getExistentialVariables()java.util.List<Atom>getNegatedAtoms()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString 
- 
Method Details
- 
getExistentialVariables
 - 
getNegatedAtoms
 - 
accept
- Specified by:
 acceptin classLogicObject
 - 
toString
- Specified by:
 toStringin classLogicObject
 - 
create
 - 
create
 - 
create
 
 -