Class GenericMeasurementImpl<T>

    • Constructor Detail

      • GenericMeasurementImpl

        public GenericMeasurementImpl​(java.lang.String name,
                                      ModelDelegate modelDelegate,
                                      T data)
        the constructor, which enforces a name, model Delegate and data
        Parameters:
        name - the name for the measurement
        modelDelegate - the model delegate to use for this model.
        data - the data for the measurent