GJSS 0.21

[Groovy] Class Vote

java.lang.Object
  Vote

class Vote

投票を集計する際に使用されます。


Property Summary
def actor

投票の対象となる参加者を表します。

def number

得票数を表します。

 
Constructor Summary
Vote(def actor)

参加者ごとの集計結果を作成します。

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

actor

def actor
投票の対象となる参加者を表します。


number

def number
得票数を表します。


 
Constructor Detail

Vote

Vote(def actor)
参加者ごとの集計結果を作成します。


 

GJSS 0.21