public interface Component
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.
|
void initialize() throws IllegalActionException
IllegalActionException
- If initialization
cannot be completed.void preinitialize() throws IllegalActionException
IllegalActionException
- If preinitialization
cannot be completed.void run() throws IllegalActionException
IllegalActionException
- If the run cannot be completed.void wrapup() throws IllegalActionException
IllegalActionException
- If wrapup fails.