public class AgreementEvent extends java.lang.Object implements NegotiationEvent
Constructor and Description |
---|
AgreementEvent(Session s,
MultilateralProtocol pr,
java.util.List<NegotiationPartyInternal> pa,
double time) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<DataKey,java.lang.Object> |
getValues()
Convert the agreement into a hashmap of <
DataKey , Object
> pairs. |
public AgreementEvent(Session s, MultilateralProtocol pr, java.util.List<NegotiationPartyInternal> pa, double time)
public java.util.Map<DataKey,java.lang.Object> getValues()
DataKey
, Object
> pairs. Object will usually be a String
, Number
or
List
. This data can be inserted directly into a
DataKeyTableModel
.Map
of agreement evaluations.