Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher.Variable
-
-
Uses of StatementMatcher.Variable in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as StatementMatcher.Variable Modifier and Type Field Description static StatementMatcher.VariableStatementMatcher.Variable. VALUEMethods in org.eclipse.rdf4j.sail.shacl.ast that return StatementMatcher.Variable Modifier and Type Method Description StatementMatcher.VariableStatementMatcher.StableRandomVariableProvider. current()StatementMatcher.VariableStatementMatcher.StableRandomVariableProvider. next()Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type StatementMatcher.Variable Constructor Description StatementMatcher(StatementMatcher.Variable subject, StatementMatcher.Variable predicate, StatementMatcher.Variable object)ValidationQuery(String query, List<StatementMatcher.Variable> targets, StatementMatcher.Variable value, ConstraintComponent.Scope scope, SourceConstraintComponent constraintComponent, Severity severity, Shape shape)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type StatementMatcher.Variable Constructor Description ValidationQuery(String query, List<StatementMatcher.Variable> targets, StatementMatcher.Variable value, ConstraintComponent.Scope scope, SourceConstraintComponent constraintComponent, Severity severity, Shape shape)ValidationQuery(String query, ConstraintComponent.Scope scope, List<StatementMatcher.Variable> variables, int targetIndex, int valueIndex) -
Uses of StatementMatcher.Variable in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
-
Uses of StatementMatcher.Variable in org.eclipse.rdf4j.sail.shacl.ast.paths
-
Uses of StatementMatcher.Variable in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type StatementMatcher.Variable Constructor Description ExternalFilterByQuery(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, PlanNode parent, String queryFragment, StatementMatcher.Variable queryVariable, Function<ValidationTuple,org.eclipse.rdf4j.model.Value> filterOn)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type StatementMatcher.Variable Constructor Description AllTargetsPlanNode(ConnectionsGroup connectionsGroup, org.eclipse.rdf4j.model.Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetObject> chain, List<StatementMatcher.Variable> vars, ConstraintComponent.Scope scope)BindSelect(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, String query, List<StatementMatcher.Variable> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues) -
Uses of StatementMatcher.Variable in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return StatementMatcher.Variable Modifier and Type Method Description StatementMatcher.VariableEffectiveTarget. getTargetVar()Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type StatementMatcher.Variable Modifier and Type Method Description List<StatementMatcher.Variable>EffectiveTarget. getAllTargetVariables()Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type StatementMatcher.Variable Constructor Description EffectiveTargetObject(StatementMatcher.Variable var, Targetable target, EffectiveTarget.EffectiveTargetObject prev, RdfsSubClassOfReasoner rdfsSubClassOfReasoner, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)
-