| Package | Description |
|---|---|
| ensemble |
| Modifier and Type | Field and Description |
|---|---|
private Constants.EA_STATE |
MusicalAgentComponent.myState
The my state.
|
private Constants.EA_STATE |
EnvironmentAgent.state
Estado do Agente Ambiente.
|
| Modifier and Type | Method and Description |
|---|---|
Constants.EA_STATE |
EnvironmentAgent.getEAState()
Gets the eA state.
|
Constants.EA_STATE |
MusicalAgentComponent.getState()
Gets the state.
|
static Constants.EA_STATE |
Constants.EA_STATE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.EA_STATE[] |
Constants.EA_STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MusicalAgentComponent.setState(Constants.EA_STATE myState)
Sets the state.
|