Uses of Enum
org.eclipse.rdf4j.sail.shacl.ast.planNodes.FilterByPredicateObject.FilterOn
Packages that use FilterByPredicateObject.FilterOn
-
Uses of FilterByPredicateObject.FilterOn in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Subclasses with type arguments of type FilterByPredicateObject.FilterOn in org.eclipse.rdf4j.sail.shacl.ast.planNodesMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return FilterByPredicateObject.FilterOnModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FilterByPredicateObject.FilterOn[]FilterByPredicateObject.FilterOn.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 FilterByPredicateObject.FilterOnModifierConstructorDescriptionFilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred, ConnectionsGroup connectionsGroup)