Class ObjectIntersectionOf

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

    public class ObjectIntersectionOf
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ObjectIntersectionOf>
    An OWL class expression which is the intersection of two or more class expressions
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

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

        public static final Name VALUE
        Name of the hydra.owl.syntax.ObjectIntersectionOf.value field.
    • 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