Package | Description |
---|---|
negotiator | |
negotiator.actions | |
negotiator.parties.partialopponentmodel |
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.ArrayList<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) |
GiveFeedback(Party party,
Feedback feedback) |
Modifier and Type | Method and Description |
---|---|
void |
ValuePreferenceGraph.addNewNode(Value firstValue,
Value newValue,
Feedback feedback) |
void |
ValuePreferenceGraph.addPreferenceOrdering(Value firstValue,
Value secondValue,
Feedback feedback) |
void |
ValuePreferenceGraphMap.updateValuePreferenceGraph(int issueIndex,
Value previousValue,
Value currentValue,
Feedback feedback) |
Modifier and Type | Method and Description |
---|---|
void |
PartialPreferenceModels.updateIssuePreferenceList(int issueIndex,
Value previousValue,
Value currentValue,
java.util.ArrayList<Feedback> feedback) |