Class Pause

    • Field Detail

      • _hideName

        public SingletonParameter _hideName
        The parameter that hides the name of the actor. The default value is true.
    • Method Detail

      • postfire

        public boolean postfire()
                         throws IllegalActionException
        Read one token from each input channel that has a token, and if any token is true, call pause() on the manager. If nothing at all is connected to the input port, then do nothing.
        Specified by:
        postfire in interface Executable
        Overrides:
        postfire in class AtomicActor<TypedIOPort>
        Returns:
        False if this actor is trying to pause execution if any token is true or if the input is not connected. If this actor is not trying to pause execution, then return the value returned by super.postfire().
        Throws:
        IllegalActionException - If there is no director or if there is no manager, or if the container is not a CompositeActor.