Package org.aksw.jenax.graphql.sparql
Class Scope
java.lang.Object
org.aksw.jenax.graphql.sparql.Scope
- Direct Known Subclasses:
ScopedCardinality
Base class for directives whose scope can be only the current node or all of its children
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cascade
protected boolean cascade -
self
protected boolean self
-
-
Constructor Details
-
Scope
public Scope(boolean cascade, boolean self)
-
-
Method Details
-
isCascade
public boolean isCascade() -
isSelf
public boolean isSelf()
-