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
    Returns a double representation of this category.
    boolean
    equals​(Object obj)
     
    int
     
  • Method Details

    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      boolean equals(Object obj)
      Overrides:
      equals in class Object
    • asDouble

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