Package | Description |
---|---|
negotiator.parties | |
negotiator.repository | |
negotiator.repository.boa | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
SessionsInfo.getPath(ParticipantRepItem party,
ProfileRepItem profile) |
java.io.Serializable |
SessionsInfo.getStorage(ParticipantRepItem party,
ProfileRepItem profile)
Try to return the stored data for given [party,profile] pair.
|
void |
SessionsInfo.saveStorage(java.io.Serializable content,
ParticipantRepItem party,
ProfileRepItem profile)
saves provided storageMap to the storageDir.
|
Constructor and Description |
---|
NegotiationPartyInternal(ParticipantRepItem partyRepItem,
ProfileRepItem profileRepItem,
Session session,
AgentID agentID,
SessionsInfo info)
Creates a new
NegotiationParty from repository items and
initializes it. |
Modifier and Type | Class and Description |
---|---|
class |
PartyRepItem
This repository item contains all info about a
NegotiationParty that
can be loaded. |
Modifier and Type | Class and Description |
---|---|
class |
BoaPartyRepItem
This repository item contains all info about a
NegotiationParty that
can be loaded by construction with BOAcomponents. |
Modifier and Type | Method and Description |
---|---|
ParticipantRepItem |
Participant.getStrategy() |
Constructor and Description |
---|
Participant(AgentID id,
ParticipantRepItem party,
ProfileRepItem profile) |