Package hydra.ext.org.w3.shacl.model
Class Shape
- java.lang.Object
-
- hydra.ext.org.w3.shacl.model.Shape
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Shape.Node
,Shape.Property
public abstract class Shape extends java.lang.Object implements java.io.Serializable
A SHACL node or property shape. See https://www.w3.org/TR/shacl/#shapes- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Shape.Node
static interface
Shape.PartialVisitor<R>
static class
Shape.Property
static interface
Shape.Visitor<R>
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_NODE
static Name
FIELD_NAME_PROPERTY
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> R
accept(Shape.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(Shape.Visitor<R> visitor)
-
-