|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.planlib.ParticipantProposal
public class ParticipantProposal
An object containing information about a proposal made in a negotiation, i.e., the agent identifier of the participant and the content object of the proposal message. When the proposal is evaluated the result of the evaluation can be saved. In the final round of an (interated) contract-net interaction, the evaluation can store the result of the task execution.
Constructor Summary | |
---|---|
ParticipantProposal()
Create a participant proposal. |
|
ParticipantProposal(AgentIdentifier participant)
Create a participant proposal for a given participant. |
Method Summary | |
---|---|
Object |
getEvaluation()
Get the evaluation. |
AgentIdentifier |
getParticipant()
Get the participants agent identifier. |
Object |
getProposal()
Get the proposal object. |
void |
setEvaluation(Object evaluation)
Set the evaluation. |
void |
setParticipant(AgentIdentifier participant)
Set the participants agent identifier. |
void |
setProposal(Object proposal)
Set the proposal object. |
String |
toString()
Create a string representation of the participant proposal. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParticipantProposal()
public ParticipantProposal(AgentIdentifier participant)
Method Detail |
---|
public AgentIdentifier getParticipant()
public void setParticipant(AgentIdentifier participant)
public Object getProposal()
public void setProposal(Object proposal)
public Object getEvaluation()
public void setEvaluation(Object evaluation)
public String toString()
toString
in class Object
|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.