Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.PropertyShape
-
Packages that use PropertyShape Package Description org.eclipse.rdf4j.sail.shacl.ast -
-
Uses of PropertyShape in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast that return PropertyShape Modifier and Type Method Description static PropertyShape
PropertyShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type PropertyShape Modifier and Type Method Description private static java.util.stream.Stream<PropertyShape>
Shape.Factory. splitPropertyShape(PropertyShape propertyShape)
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type PropertyShape Modifier and Type Method Description private static java.util.stream.Stream<PropertyShape>
Shape.Factory. splitPropertyShape(PropertyShape propertyShape)
Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type PropertyShape Constructor Description PropertyShape(PropertyShape propertyShape)
-