Class Closed

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Closed>

    public class Closed
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Closed>
    See https://www.w3.org/TR/shacl/#ClosedPatterConstraintComponent
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • IS_CLOSED

        public static final Name IS_CLOSED
      • IGNORED_PROPERTIES

        public static final Name IGNORED_PROPERTIES
      • isClosed

        public final java.lang.Boolean isClosed
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(Closed other)
        Specified by:
        compareTo in interface java.lang.Comparable<Closed>
      • withIsClosed

        public Closed withIsClosed​(java.lang.Boolean isClosed)