Tipo de distribución
|
Expresión
|
Votos
|
Resultado
|
---|---|---|---|
Manual
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.any(self, "Yellow", "Blue"); |
Amarillo 2
Azul 10
|
Amarillo
|
Tipo de distribución
|
Expresión
|
Votos
|
Resultado
|
---|---|---|---|
Manual
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.all(self, "Yellow", "Blue"); |
Amarillo 9
Azul 3
|
Azul
|
Tipo de distribución
|
Expresión
|
Votos
|
Resultado
|
---|---|---|---|
Manual exclusiva
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.percent(self, WfTally.GT, 30, "Yellow", "Blue"); |
Amarillo 4
Azul 8
|
Amarillo
|
Tipo de distribución
|
Expresión
|
Votos
|
Resultado
|
---|---|---|---|
Manual
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.number(self, WfTally.GTE, 3, "Yellow", "Blue"); |
Amarillo 3
Azul 8
|
Amarillo
|
Tipo de distribución
|
Expresión
|
Votos
|
Resultado
|
---|---|---|---|
Manual exclusiva
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.plurality(self, "Yellow", "Blue"); |
Amarillo 5
Azul 5
|
Amarillo
|
Tipo de distribución
|
Expresión
|
Votos
|
Resultado
|
---|---|---|---|
Manual exclusiva
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.notPlurality(self , "Yellow", "Blue"); |
Amarillo 6
Azul 4
|
Azul
|