Package | Description |
---|---|
genius.core | |
genius.core.actions |
Modifier and Type | Method and Description |
---|---|
static Feedback |
Feedback.madeupFeedback(double previous,
double current) |
static Feedback |
Feedback.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Feedback[] |
Feedback.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Vote |
Feedback.isAcceptable(java.util.List<Feedback> feedbackList) |
Modifier and Type | Field and Description |
---|---|
protected Feedback |
GiveFeedback.feedback |
Modifier and Type | Method and Description |
---|---|
Feedback |
GiveFeedback.getFeedback() |
Constructor and Description |
---|
GiveFeedback(AgentID party,
Feedback feedback) |