| Package | Description |
|---|---|
| ensemble.tools.earscript |
| Modifier and Type | Field and Description |
|---|---|
private EARSTools.Parameter |
EARSTools.StateValue.type
The type.
|
private EARSTools.Parameter |
EARSTools.ActionParameterDefinition.type
The type.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<EARSTools.Parameter> |
EARSTools.EventServer.params
The params.
|
| Modifier and Type | Method and Description |
|---|---|
EARSTools.Parameter |
EARSTools.StateValue.getType()
Gets the type.
|
EARSTools.Parameter |
EARSTools.ActionParameterDefinition.getType()
Gets the type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EARSTools.Parameter> |
EARSTools.EventServer.getParams()
Gets the params.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EARSTools.StateValue.setType(EARSTools.Parameter type)
Sets the type.
|
void |
EARSTools.ActionParameterDefinition.setType(EARSTools.Parameter type)
Sets the type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EARSTools.EventServer.setParams(java.util.List<EARSTools.Parameter> params)
Sets the params.
|