|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVariableProvider
The Variable Provider interface provides the interface for setting and retrieving the values of Variables that the Agent exports
| Method Summary | |
|---|---|
VariableGroup |
getRootVariableGroup()
Get the root variable group (full configuration) alongwith all the sub groups and variables |
Variable |
getVariable(int varid)
Get the value of a specific variable |
VariableGroup |
getVariableGroup(int id)
Get the Variable Group alongwith the sub groups and variables |
Variable[] |
getVariables()
Get all variables |
Variable[] |
getVariablesById(int[] varids)
Get the Variables values of the variable list supplied as parameter |
Variable |
getVariableValue()
Get single variable value |
Variable[] |
getVariableValues()
Get multiple variables |
void |
setVariableGroup(VariableGroup variableGroup)
Sets the Variable Group values |
void |
setVariableValue(Variable variable)
Set single variable value |
void |
setVariableValues(Variable[] variables)
Set multiple variables |
| Method Detail |
|---|
VariableGroup getRootVariableGroup()
VariableGroup getVariableGroup(int id)
id - void setVariableGroup(VariableGroup variableGroup)
variableGroup - Variable[] getVariables()
Variable getVariable(int varid)
varid -
Variable[] getVariablesById(int[] varids)
varids -
Variable[] getVariableValues()
void setVariableValues(Variable[] variables)
variables - Variable getVariableValue()
void setVariableValue(Variable variable)
variable -
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||