public class ParticipantProposal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
evaluation
An evaluation of the proposal.
|
protected jadex.bridge.IComponentIdentifier |
participant
The participants component identifier.
|
protected java.lang.Object |
proposal
The proposal object.
|
Constructor and Description |
---|
ParticipantProposal()
Create a participant proposal.
|
ParticipantProposal(jadex.bridge.IComponentIdentifier participant)
Create a participant proposal for a given participant.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEvaluation()
Get the evaluation.
|
jadex.bridge.IComponentIdentifier |
getParticipant()
Get the participants component identifier.
|
java.lang.Object |
getProposal()
Get the proposal object.
|
void |
setEvaluation(java.lang.Object evaluation)
Set the evaluation.
|
void |
setParticipant(jadex.bridge.IComponentIdentifier participant)
Set the participants component identifier.
|
void |
setProposal(java.lang.Object proposal)
Set the proposal object.
|
java.lang.String |
toString()
Create a string representation of the participant proposal.
|
protected jadex.bridge.IComponentIdentifier participant
protected java.lang.Object proposal
protected java.lang.Object evaluation
public ParticipantProposal()
public ParticipantProposal(jadex.bridge.IComponentIdentifier participant)
public jadex.bridge.IComponentIdentifier getParticipant()
public void setParticipant(jadex.bridge.IComponentIdentifier participant)
public java.lang.Object getProposal()
public void setProposal(java.lang.Object proposal)
public java.lang.Object getEvaluation()
public void setEvaluation(java.lang.Object evaluation)
public java.lang.String toString()
toString
in class java.lang.Object