Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.ShaclProperties
-
Packages that use ShaclProperties Package Description org.eclipse.rdf4j.sail.shacl.ast -
-
Uses of ShaclProperties in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ShaclProperties Modifier and Type Method Description (package private) java.util.List<ConstraintComponent>
Shape. getConstraintComponents(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
static NodeShape
NodeShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
static PropertyShape
PropertyShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
void
NodeShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)
void
PropertyShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)
void
Shape. populate(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
-