Uses of Class
cz.cuni.amis.pogamut.defcon.consts.Vote

Packages that use Vote
cz.cuni.amis.pogamut.defcon.communication.messages.commands   
cz.cuni.amis.pogamut.defcon.consts   
 

Uses of Vote in cz.cuni.amis.pogamut.defcon.communication.messages.commands
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands that return Vote
 Vote SendVote.getVote()
          Type of vote.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type Vote
 SendVote SendVote.setVote(Vote vote)
          Type of vote.
 

Constructors in cz.cuni.amis.pogamut.defcon.communication.messages.commands with parameters of type Vote
SendVote(VoteType voteType, Vote vote)
          Creates new instance of command SendVote.
 

Uses of Vote in cz.cuni.amis.pogamut.defcon.consts
 

Methods in cz.cuni.amis.pogamut.defcon.consts that return Vote
static Vote Vote.getEnum(int id)
           
static Vote Vote.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Vote[] Vote.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.