public class PartyRepItem extends ParticipantRepItem
NegotiationParty
that
can be loaded. immutable.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
classPath
This can be two things:
a class path, eg "agents.anac.y2010.AgentFSEGA.AgentFSEGA".
|
Constructor and Description |
---|
PartyRepItem(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassDescriptor() |
java.lang.String |
getClassPath() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.String |
getUniqueName() |
protected NegotiationParty |
init()
Init our fields to cache the party information.
|
java.lang.Boolean |
isMediator() |
NegotiationParty |
load() |
java.lang.String |
toString() |
getProtocolClassPath, hashCode, initSilent
protected java.lang.String classPath
public PartyRepItem(java.lang.String path)
path
- full.path.to.class or file name.protected NegotiationParty init() throws InstantiateException
init
in class ParticipantRepItem
party
- InstantiateException
public java.lang.String getClassPath()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Boolean isMediator()
isMediator
in class ParticipantRepItem
public NegotiationParty load() throws InstantiateException
load
in class ParticipantRepItem
NegotiationParty
that this refers to.InstantiateException
- if party can't be loadedpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getUniqueName()
getUniqueName
in class ParticipantRepItem
RepItem.getName()
may not be unique.public java.lang.String getClassDescriptor()
getClassDescriptor
in class ParticipantRepItem