Class ValueGroup

    • Constructor Detail

      • ValueGroup

        public ValueGroup​(String name,
                          Statistics manager)
        Deprecated.
        Create a ValueGroup.
        Parameters:
        name - The symbolic name of this group of values
        manager - the statistics manager acquired by injection
      • ValueGroup

        public ValueGroup​(String name,
                          Statistics manager,
                          Callback callback)
        Deprecated.
        Create a ValueGroup.
        Parameters:
        name - The symbolic name of this group of values
        manager - the statistics manager acquired by injection
        callback - will be invoked each time data is written to the log
    • Method Detail

      • put

        public void put​(String name,
                        double x)
        Deprecated.
        Put a value into the named value in the group.
      • runHandle

        public void runHandle()
        Deprecated.
        Dump state to log and reset.
        Specified by:
        runHandle in class Handle
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Specified by:
        equals in class Handle
      • hashCode

        public int hashCode()
        Deprecated.
        Specified by:
        hashCode in class Handle