Package org.eclipse.rdf4j.sail.shacl.ast
Class Shape.ParseSettings
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.Shape.ParseSettings
-
- Enclosing class:
- Shape
@InternalUseOnly public static class Shape.ParseSettings extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
dashDataShapes
private boolean
eclipseRdf4jShaclExtensions
-
Constructor Summary
Constructors Constructor Description ParseSettings(boolean eclipseRdf4jShaclExtensions, boolean dashDataShapes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
parseDashDataShapes()
boolean
parseEclipseRdf4jShaclExtensions()
-