Interface Category

  • All Known Implementing Classes:
    BooleanCategory, DoubleCategory

    public interface Category
    A category within the space of observations.
    Author:
    Matthias Thimm
    • Method Summary

      Modifier and Type Method Description
      double asDouble()
      Returns a double representation of this category.
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
    • Method Detail

      • hashCode

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

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

        double asDouble()
        Returns a double representation of this category.
        Returns:
        a double representation of this category.