Uses of Enum
org.eclipse.rdf4j.sail.shacl.ast.planNodes.FilterByPredicate.On
Packages that use FilterByPredicate.On
-
Uses of FilterByPredicate.On in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as FilterByPredicate.OnMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return FilterByPredicate.OnModifier and TypeMethodDescriptionstatic FilterByPredicate.On
Returns the enum constant of this type with the specified name.static FilterByPredicate.On[]
FilterByPredicate.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 FilterByPredicate.OnModifierConstructorDescriptionFilterByPredicate
(SailConnection connection, Set<IRI> filterOnPredicates, PlanNode parent, FilterByPredicate.On on, Resource[] dataGraph)