Class TimedDisplay

    • Method Detail

      • _getInputString

        protected java.lang.String _getInputString​(int i)
                                            throws IllegalActionException
        Return a string describing the model time of the containing director a colon and the input on channel i.
        Overrides:
        _getInputString in class Display
        Parameters:
        i - The channel
        Returns:
        A string representation of the input, or null if there is nothing to display. If there is no director, then only the value is returned.
        Throws:
        IllegalActionException - If reading the input fails.