Aggregate member functions
- getState(self, columnIndex=None)
Gets a list that contains the current state.
- getInputState(self, columnIndex=None)
Gets a list that contains the input state, that is, the state to merge.
- setState(self, indexOrState, state)
Sets the current state.
- (self)
Gets the number of columns in the state.
- getNumberOfStateColumns(self)
Gets the data type of a field of state at the specified column index.
- getStateSize(self, columnIndex)
Gets the size of a field of state at the specified column index.