Uses of Interface
org.eclipse.rdf4j.sail.shacl.ast.Targetable
-
Packages that use Targetable Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.paths org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of Targetable in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Targetable Modifier and Type Field Description private Targetable
StatementMatcher. origin
Methods in org.eclipse.rdf4j.sail.shacl.ast that return Targetable Modifier and Type Method Description Targetable
StatementMatcher. getOrigin()
Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Targetable Constructor Description StatementMatcher(StatementMatcher.Variable<? extends Resource> subject, StatementMatcher.Variable<IRI> predicate, StatementMatcher.Variable<? extends Value> object, Targetable origin, java.util.Set<java.lang.String> inheritedVarNames)
-
Uses of Targetable in org.eclipse.rdf4j.sail.shacl.ast.paths
Classes in org.eclipse.rdf4j.sail.shacl.ast.paths that implement Targetable Modifier and Type Class Description class
AlternativePath
class
InversePath
class
OneOrMorePath
class
Path
class
SequencePath
class
SimplePath
class
ZeroOrMorePath
class
ZeroOrOnePath
-
Uses of Targetable in org.eclipse.rdf4j.sail.shacl.ast.targets
Classes in org.eclipse.rdf4j.sail.shacl.ast.targets that implement Targetable Modifier and Type Class Description class
DashAllObjects
class
DashAllSubjects
class
RSXTargetShape
class
SparqlTarget
class
Target
class
TargetClass
class
TargetNode
class
TargetObjectsOf
class
TargetSubjectsOf
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as Targetable Modifier and Type Field Description private Targetable
EffectiveTarget.EffectiveTargetFragment. target
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets with type parameters of type Targetable Modifier and Type Field Description private java.util.ArrayDeque<Targetable>
TargetChain. chain
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Targetable Modifier and Type Method Description TargetChain
TargetChain. add(Targetable o)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Targetable Constructor Description EffectiveTarget(java.util.ArrayDeque<Targetable> chain, Targetable optional, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
EffectiveTargetFragment(StatementMatcher.Variable<Value> var, Targetable target, EffectiveTarget.EffectiveTargetFragment prev, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type Targetable Constructor Description EffectiveTarget(java.util.ArrayDeque<Targetable> chain, Targetable optional, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
-