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:
java.io.Serializable
public class ExistenceExpression extends Expression
- See Also:
- Serialized Form
-
Field Summary
-
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static ExistenceExpressioncreate(boolean isPositive, GroupGraphPattern argument)GroupGraphPatterngetArgument()booleangetIsPositive()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
-
getIsPositive
public boolean getIsPositive() -
getArgument
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-