getInputAttributes() method

Return the input attributes specified by this state.

Syntax

List< IAttribute > getInputAttributes ()

Returns

List of input variables

Usage

This method is called by the State Editor to get the input attribute list that is used to render the Input Variables on the state editor.

This method could be called by the state implementation logic to gather all the input variable values.

Used by: state editor and processing engine

List of input variables