setState method

C setState(
  1. MatexBaseCoreState nextState
)

Implementation

C setState(MatexBaseCoreState nextState) {
  state = nextState.clone();
  result = null;

  return _checkStateValidity();
}