Class CurrentDate

    • Method Detail

      • fire

        public void fire()
                  throws IllegalActionException
        Send the current time to the output. If there are trigger inputs, then the current time is the minimum of the times of each of the input tokens (currently, these can be different only in the DT domain). Otherwise, current time is that reported by the director.
        Specified by:
        fire in interface Executable
        Overrides:
        fire in class Source
        Throws:
        IllegalActionException - If send() throws it.