Class AbstractBaseDatatype<T>

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getName

        public openllet.aterm.ATermAppl getName()
        Description copied from interface: Datatype
        Get the datatype identifier
        Specified by:
        getName in interface Datatype<T>
        Returns:
        ATermAppl of URI for datatype
      • hashCode

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