Class AnnotationProperty

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

    public class AnnotationProperty
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<AnnotationProperty>
    An OWL annotation property, identified by an IRI
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.owl.syntax.AnnotationProperty type.
      • VALUE

        public static final Name VALUE
        Name of the hydra.owl.syntax.AnnotationProperty.value field.
      • value

        public final java.lang.Void value
    • Constructor Detail

      • AnnotationProperty

        public AnnotationProperty​(java.lang.Void value)
        Constructs an immutable AnnotationProperty.
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object