Пример #1
0
 internal RelationshipRemover(RelationshipIdReuseStressIT outerInstance, Label bandLabel, Label cityLabel, AtomicBoolean stopFlag)
 {
     this._outerInstance = outerInstance;
     this.BandLabel      = bandLabel;
     this.CityLabel      = cityLabel;
     this.StopFlag       = stopFlag;
 }
Пример #2
0
 internal RelationshipTypeCalculator(RelationshipIdReuseStressIT outerInstance, AtomicBoolean stopFlag, Label bandLabel)
 {
     this._outerInstance = outerInstance;
     this.StopFlag       = stopFlag;
     this.BandLabel      = bandLabel;
 }