- getCurrInputs() - Method in class tau.smlab.syntech.controller.executor.ControllerExecutor
-
Returns a mapping of all environment variables' names to their current values
- getCurrOutputs() - Method in class tau.smlab.syntech.controller.executor.ControllerExecutor
-
Returns a mapping of all system variables' names to their current values
- getCurrValue(String) - Method in class tau.smlab.syntech.controller.executor.ControllerExecutor
-
Returns the current value of the specified variable name (either an input or an output)
- getCurrValues(String...) - Method in class tau.smlab.syntech.controller.executor.ControllerExecutor
-
Returns a mapping of all specified variables' names to their current values.
- getEnvVars() - Method in class tau.smlab.syntech.controller.executor.ControllerExecutor
-
Returns the set of all input (environment controlled) variables' names
- getNextStates(Map<String, String>, int) - Method in class tau.smlab.syntech.controller.executor.ControllerExecutor
-
Gets a list of possible next states according to current controller state and inputs.
- getSysVars() - Method in class tau.smlab.syntech.controller.executor.ControllerExecutor
-
Returns the set of all output (system controlled) variables' names