Aggregate member functions

getState(self, columnIndex=None)
Gets a list containing the current state.
getInputState(self, columnIndex=None)
Gets a list containing the input state, that is, the state to merge.
setState(self, indexOrState, state)
Sets the current state.
getNumberOfStateColumns(self)
Gets the number of columns in the state.
getStateDataType(self, columnIndex)
Gets the data type of a field of state at the specified column index.
getStatePrecision(self, columnIndex)
Gets the precision of a field of state at the specified column index.
getStateScale(self, columnIndex)
Gets the scale 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.