public class NestedProcess extends Process
Modifier and Type | Field and Description |
---|---|
protected List |
subProcesses
the list of subProcesses
|
frameStack, state
DEAD, EXECUTING, INITIAL, STATE_CHANGE_EVENT, SUSPENDED
Constructor and Description |
---|
NestedProcess()
constructs a new NestedProcess
|
NestedProcess(List subProcesses)
constructs a new NestedProcess
|
Modifier and Type | Method and Description |
---|---|
List |
getSubProcesses() |
void |
process()
processes the process.
|
getState, resume, setState, suspend
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener
protected List subProcesses
public NestedProcess()
public NestedProcess(List subProcesses)
the
- initial collection of sub processespublic void process()
Process
process
in interface ProcessInterface
process
in class Process
Process.process()
public List getSubProcesses()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.