Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.planNodes.ExternalFilterByPredicate.On
-
Packages that use ExternalFilterByPredicate.On Package Description org.eclipse.rdf4j.sail.shacl.ast.planNodes -
-
Uses of ExternalFilterByPredicate.On in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return ExternalFilterByPredicate.On Modifier and Type Method Description static ExternalFilterByPredicate.On
ExternalFilterByPredicate.On. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalFilterByPredicate.On[]
ExternalFilterByPredicate.On. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ExternalFilterByPredicate.On Constructor Description ExternalFilterByPredicate(SailConnection connection, Set<IRI> filterOnPredicates, PlanNode parent, ExternalFilterByPredicate.On on, Resource[] dataGraph)
-