- java.lang.Object
-
- org.apache.jena.shex.ShexMap
-
public class ShexMap extends java.lang.ObjectShEx shape map used for both targeting validation and reporting violations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShexMap.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShexMapcreate(java.util.List<ShexRecord> associations)java.util.List<ShexRecord>entries()static ShexMap.BuildernewBuilder()static ShexMaprecord(Node focus, Node shapeRef)static ShexMaprecord(Triple pattern, Node shapeRef)
-
-
-
Method Detail
-
create
public static ShexMap create(java.util.List<ShexRecord> associations)
-
entries
public java.util.List<ShexRecord> entries()
-
newBuilder
public static ShexMap.Builder newBuilder()
-
-