Class Category2D


  • public class Category2D
    extends java.lang.Object
    A 2D category, i.e., Key-Value pair, where Key is a String ID and value is a Number.
    Author:
    Christian Fries
    • Constructor Summary

      Constructors 
      Constructor Description
      Category2D​(java.lang.String name, java.lang.Number value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.Number getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Category2D

        public Category2D​(java.lang.String name,
                          java.lang.Number value)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.Number getValue()