Package | Description |
---|---|
genius.core | |
genius.core.actions |
Modifier and Type | Method and Description |
---|---|
static Vote |
Feedback.isAcceptable(java.util.List<Feedback> feedbackList) |
static Vote |
Vote.valueOf(java.lang.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.
|
Modifier and Type | Field and Description |
---|---|
protected Vote |
VoteForOfferAcceptance.vote |
protected Vote |
InformVotingResult.vote |
Modifier and Type | Method and Description |
---|---|
Vote |
VoteForOfferAcceptance.getVote() |
Vote |
InformVotingResult.getVotingResult() |
Constructor and Description |
---|
InformVotingResult(AgentID party,
Bid bid,
Vote vote) |
VoteForOfferAcceptance(AgentID party,
Vote vote) |