public class ComponentDirector extends java.lang.Object implements Component
| Constructor and Description |
|---|
ComponentDirector() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialize the component.
|
void |
preinitialize()
Preinitialize the component.
|
void |
run()
Execute the component.
|
void |
wrapup()
Wrap up an execution.
|
public ComponentDirector()
public void initialize() throws IllegalActionException
initialize in interface ComponentIllegalActionException - If initialization
cannot be completed.public void preinitialize() throws IllegalActionException
preinitialize in interface ComponentIllegalActionException - If preinitialization
cannot be completed.public void run() throws IllegalActionException
run in interface ComponentIllegalActionException - If the run cannot be completed.public void wrapup() throws IllegalActionException
wrapup in interface ComponentIllegalActionException - If wrapup fails.