public class SequenceFiring extends Firing
_parent
Constructor and Description |
---|
SequenceFiring()
Construct a firing with a default iteration count equal to one
and with no parent schedule.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
Get the method name to be executed when
the actor fires, or null if there is none.
|
void |
setMethodName(java.lang.String methodName)
Set the method name to be executed when the actor fires.
|
actorIterator, firingIterator, getActor, setActor, toString
_getVersion, _incrementVersion, getIterationCount, setIterationCount, setParent
public SequenceFiring()
public java.lang.String getMethodName()
setMethodName(String)
public void setMethodName(java.lang.String methodName)
methodName
- The specified methodName.getMethodName()