public virtual void SetDecisionNFA( int decision, NFAState state ) { Decision d = CreateDecision( decision ); d.startState = state; }