Package hydra.ext.org.w3.shacl.model
Class Closed
- java.lang.Object
-
- hydra.ext.org.w3.shacl.model.Closed
-
- All Implemented Interfaces:
java.io.Serializable
public class Closed extends java.lang.Object implements java.io.Serializable
See https://www.w3.org/TR/shacl/#ClosedPatterConstraintComponent- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_IGNORED_PROPERTIES
static Name
FIELD_NAME_IS_CLOSED
Opt<java.util.Set<Property>>
ignoredProperties
java.lang.Boolean
isClosed
static Name
TYPE_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
Closed
withIgnoredProperties(Opt<java.util.Set<Property>> ignoredProperties)
Closed
withIsClosed(java.lang.Boolean isClosed)
-
-
-
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
-
withIsClosed
public Closed withIsClosed(java.lang.Boolean isClosed)
-
-