Class ExistenceExpression
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.expression.Expression
tech.oxfordsemantic.jrdfox.logic.expression.ExistenceExpression
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class Expression
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static ExistenceExpressioncreate(boolean isPositive, GroupGraphPattern argument) booleanvoidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getIsPositive
public boolean getIsPositive() -
getArgument
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-