Class HistogramInfo

java.lang.Object
org.yamcs.yarch.HistogramInfo
Direct Known Subclasses:
RdbHistogramInfo

public class HistogramInfo extends Object
information about histogram. Only the column name is kept here - subclasses can store more information if required.
  • Field Details

    • columnName

      protected final String columnName
  • Constructor Details

    • HistogramInfo

      public HistogramInfo(String columnName)