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​(Object obj)  
      int hashCode()  
    • Method Detail

      • asDouble

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