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> E
accept(LogicVisitor<E> visitor)
static Negation
create(java.util.List<Variable> existentialVariables, java.util.List<Atom> negatedAtoms)
static Negation
create(Atom... negatedAtoms)
static Negation
create(Variable[] existentialVariable, Atom[] negatedAtoms)
java.util.List<Variable>
getExistentialVariables()
java.util.List<Atom>
getNegatedAtoms()
void
toString(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:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
-
create
-
create
-