Interface IDoubleSource

    • Method Detail

      • getDoubleValue

        double getDoubleValue​(java.lang.Enum<?> variableID)
        Return the double value corresponding to the given variableID
        Parameters:
        variableID - A unique identifier for a variable.
        Returns:
        The current double value of the required variable.