Class SequenceFiring


  • public class SequenceFiring
    extends Firing
    A schedule element specifically for the SequenceDirector and ProcessDirector that can optionally contain a reference to a specific fire method for an actor.
    • Constructor Detail

      • SequenceFiring

        public SequenceFiring()
        Construct a firing with a default iteration count equal to one and with no parent schedule.
    • Method Detail

      • getMethodName

        public java.lang.String getMethodName()
        Get the method name to be executed when the actor fires, or null if there is none.
        Returns:
        The method name, or null.
        See Also:
        setMethodName(String)
      • setMethodName

        public void setMethodName​(java.lang.String methodName)
        Set the method name to be executed when the actor fires.
        Parameters:
        methodName - The specified methodName.
        See Also:
        getMethodName()