Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale esclusivo
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.any(self, userEvents); |
Giallo 9
Blu 0
Rosso 1
|
Giallo e rosso
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.all(self, userEvents); |
Giallo 8
Blu 3
Rosso 9
|
Nessuna nuova maglietta
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale esclusivo
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.all(self, "Blue", "Red"); if (result != "Blue") { result = WfTally.all(self, "Yellow", "Red"); } |
Giallo 8
Blu 2
Rosso 0
|
Rosso
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.percent(self, WfTally.GT, 30, userEvents); |
Giallo 7
Blu 4
Rosso 2
|
Giallo e Blu
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.number(self, WfTally.GTE, 3, userEvents); |
Giallo 2
Blu 9
Rosso 3
|
Blu e rosso
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale esclusivo
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.plurality(self, userEvents); |
Giallo 2
Blu 4
Rosso 4
|
Blu e rosso
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale esclusivo
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.notPlurality(self, userEvents); |
Giallo 2
Blu 4
Rosso 4
|
Giallo
|