Interface ParameterObject

    • Method Detail

      • getParameter

        double[] getParameter()
        Get the current parameter associated with the state of the objects.
        Returns:
        The parameter.
      • setParameter

        @Deprecated
        void setParameter​(double[] parameter)
        Deprecated.
        Set the current parameter and change the state of the objects.
        Parameters:
        parameter - The parameter associated with the new state of the objects.