Package | Description |
---|---|
negotiator.protocol | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
void |
StackedAlternatingOffersProtocol.beforeSession(Session session,
java.util.List<NegotiationPartyInternal> parties) |
void |
MultilateralProtocolAdapter.beforeSession(Session session,
java.util.List<NegotiationPartyInternal> parties)
This will get called just before the session starts.
|
void |
MultilateralProtocol.beforeSession(Session session,
java.util.List<NegotiationPartyInternal> parties)
This will get called just before the session starts.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.runAndWait()
Runs the negotiation session and wait for it to complete.
|