Beispiel #1
0
 protected void initializeStepConditionImpl()
 {
     stepCondition_ = new NullCondition <Vector>();
 }
Beispiel #2
0
 protected override void initializeStepCondition()
 {
     stepCondition_ = new NullCondition <Vector>();
 }