Beispiel #1
0
 @Override
 public int getPropagationConditions(int vIdx) {
   return SetEventType.all();
 }
Beispiel #2
0
 @Override
 public int getPropagationConditions(int vIdx) {
   if (vIdx == 0) return SetEventType.all();
   else return IntEventType.boundAndInst();
 }