Beispiel #1
0
 public State(T id, FiniteStateRole <T> fsr)
 {
     this.id   = id;
     this._fsr = fsr;
 }
Beispiel #2
0
 public State(T id, FiniteStateRole <T> owner)
 {
     this.id    = id;
     this.owner = owner;
 }