parameters, type, world| Constructor and Description |
|---|
AudioLaw() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeState(LawState oldState,
double instant,
LawState newState)
Change state.
|
boolean |
configure()
User-implemented method that configures the component, setting up user parameters and essential properties.
|
boolean |
finit()
User-implemented finalization method, called by stop().
|
boolean |
init()
User-implemented initialization method, called by start().
|
getParameters, getType, getWorld, parameterUpdate, setParameters, setType, setWorld, start, stoppublic boolean configure()
LifeCyclepublic boolean init()
LifeCyclepublic boolean finit()
LifeCyclepublic void changeState(LawState oldState, double instant, LawState newState)
LawchangeState in class LawoldState - the old stateinstant - the instantnewState - the new state