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.SerializableSee https://www.w3.org/TR/shacl/#ClosedPatterConstraintComponent- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameFIELD_NAME_IGNORED_PROPERTIESstatic NameFIELD_NAME_IS_CLOSEDOpt<java.util.Set<Property>>ignoredPropertiesjava.lang.BooleanisClosedstatic NameTYPE_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()ClosedwithIgnoredProperties(Opt<java.util.Set<Property>> ignoredProperties)ClosedwithIsClosed(java.lang.Boolean isClosed)
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withIsClosed
public Closed withIsClosed(java.lang.Boolean isClosed)
-
-