Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.any(self, "Yellow", "Blue"); |
Giallo 2
Blu 10
|
Giallo
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.all(self, "Yellow", "Blue"); |
Giallo 9
Blu 3
|
Blu
|
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.percent(self, WfTally.GT, 30, "Yellow", "Blue"); |
Giallo 4
Blu 8
|
Giallo
|
Tipo di instradamento
|
espressione
|
Voti
|
Risultato
|
Manuale
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.number(self, WfTally.GTE, 3, "Yellow", "Blue"); |
Giallo 3
Blu 8
|
Giallo
|
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.plurality(self, "Yellow", "Blue"); |
Giallo 5
Blu 5
|
Giallo
|
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.notPlurality(self , "Yellow", "Blue"); |
Giallo 6
Blu 4
|
Blu
|