Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.NodeKindConstraintComponent.NodeKind
-
Packages that use NodeKindConstraintComponent.NodeKind Package Description org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents org.eclipse.rdf4j.sail.shacl.ast.planNodes -
-
Uses of NodeKindConstraintComponent.NodeKind in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return NodeKindConstraintComponent.NodeKind Modifier and Type Method Description static NodeKindConstraintComponent.NodeKind
NodeKindConstraintComponent.NodeKind. from(Resource resource)
static NodeKindConstraintComponent.NodeKind
NodeKindConstraintComponent.NodeKind. valueOf(String name)
Returns 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.NodeKind Constructor Description NodeKindFilter(PlanNode parent, NodeKindConstraintComponent.NodeKind nodeKind)
-