Package hydra.ext.org.w3.shacl.model
Class Reference.Definition<A>
- java.lang.Object
-
- hydra.ext.org.w3.shacl.model.Reference<A>
-
- hydra.ext.org.w3.shacl.model.Reference.Definition<A>
-
- All Implemented Interfaces:
java.io.Serializable
public static final class Reference.Definition<A> extends Reference<A> implements java.io.Serializable
An inline definition- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.org.w3.shacl.model.Reference
Reference.Anonymous<A>, Reference.Definition<A>, Reference.Named<A>, Reference.PartialVisitor<A,R>, Reference.Visitor<A,R>
-
-
Field Summary
Fields Modifier and Type Field Description Definition<A>
value
-
Fields inherited from class hydra.ext.org.w3.shacl.model.Reference
FIELD_NAME_ANONYMOUS, FIELD_NAME_DEFINITION, FIELD_NAME_NAMED, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Definition(Definition<A> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Reference.Visitor<A,R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final Definition<A> value
-
-
Constructor Detail
-
Definition
public Definition(Definition<A> value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(Reference.Visitor<A,R> visitor)
-
-