Uses of Interface
org.eclipse.rdf4j.sail.shacl.ast.Targetable
-
Packages that use Targetable Package Description org.eclipse.rdf4j.sail.shacl.ast.paths org.eclipse.rdf4j.sail.shacl.ast.targets -
-
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 classAlternativePathclassInversePathclassOneOrMorePathclassPathclassSequencePathclassSimplePathclassZeroOrMorePathclassZeroOrOnePath -
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 classDashAllObjectsclassDashAllSubjectsclassRSXTargetShapeclassTargetclassTargetClassclassTargetNodeclassTargetObjectsOfclassTargetSubjectsOfMethods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type Targetable Modifier and Type Method Description Collection<Targetable>TargetChain. getChain()Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Targetable Modifier and Type Method Description TargetChainTargetChain. add(Targetable o)Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Targetable Constructor Description EffectiveTarget(ArrayDeque<Targetable> chain, Targetable optional, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)EffectiveTargetObject(StatementMatcher.Variable var, Targetable target, EffectiveTarget.EffectiveTargetObject 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(ArrayDeque<Targetable> chain, Targetable optional, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
-