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 NodeShapeNodeShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)static PropertyShapePropertyShape. getInstance(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)voidNodeShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)voidPropertyShape. populate(ShaclProperties properties, ShapeSource connection, Shape.ParseSettings parseSettings, Cache cache)voidShape. populate(ShaclProperties properties, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache)
-