Uses of Enum
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.NodeKindConstraintComponent.NodeKind
Packages that use NodeKindConstraintComponent.NodeKind
Package
Description
-
Uses of NodeKindConstraintComponent.NodeKind in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return NodeKindConstraintComponent.NodeKindModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static NodeKindConstraintComponent.NodeKind[]
NodeKindConstraintComponent.NodeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NodeKindConstraintComponent.NodeKind in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type NodeKindConstraintComponent.NodeKindModifierConstructorDescriptionNodeKindFilter
(PlanNode parent, NodeKindConstraintComponent.NodeKind nodeKind)