Package | Description |
---|---|
com.orchestranetworks.addon.mtrn |
Provides enumerations and interfaces exposed for communication with the {addon.label}.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
ParametersMap.getParameter(String name)
Returns the parameter mapped by name;
returns
null if the name is not mapped. |
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
Monitoring.getInputParameters(MonitoringKey key)
Gets input parameter information.
|
List<Parameter> |
Monitoring.getOutputParameters(MonitoringKey key)
Gets output parameter information.
|
Map<String,Parameter> |
ParametersMap.getParameters()
Returns a
map<String, Parameter> . |
List<Parameter> |
Monitoring.getWorkingParameters(MonitoringKey key)
Gets working parameter information.
|
Modifier and Type | Method and Description |
---|---|
void |
ParametersMap.addParameter(Parameter param)
Adds a new parameter;
if the parameter name exists, the value of the parameter is updated.
|
Modifier and Type | Method and Description |
---|---|
void |
ParametersMap.addParameters(Collection<Parameter> params)
Adds a collection of parameters.
|