Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.boaparties | |
negotiator.repository.boa |
Modifier and Type | Method and Description |
---|---|
BoaType |
BOAcomponent.getType() |
static BoaType |
BoaType.typeOf(java.lang.Class<? extends BOA> instanceClass) |
static BoaType |
BoaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoaType[] |
BoaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
SessionData.getData(BoaType type)
Returns the data stored by the given BOA component.
|
java.io.Serializable |
NegotiationSession.getData(BoaType component)
Method used to load the data saved by a component.
|
void |
SessionData.setData(BoaType component,
java.io.Serializable data)
Method used to set the data to be saved by a BOA component.
|
void |
NegotiationSession.setData(BoaType component,
java.io.Serializable data)
Method used o store the data of a component.
|
Constructor and Description |
---|
BOAcomponent(java.lang.String classname,
BoaType type)
Variant of the main constructor in which it is assumed that the component
has no parameters.
|
BOAcomponent(java.lang.String classname,
BoaType type,
java.util.HashMap<java.lang.String,java.lang.Double> values)
Creates a BOA component consisting of the classname of the components,
the type, and the parameters with which the component should be loaded.
|
Modifier and Type | Method and Description |
---|---|
BoaType |
BOArepItem.getType() |
Constructor and Description |
---|
BOArepItem(java.lang.String name,
java.lang.String classPath,
BoaType type) |
Constructor and Description |
---|
BoaComponentModel(BoaType type)
Construct model with default settings for given type.
|
Modifier and Type | Method and Description |
---|---|
BoaType |
BoaRepItem.getType() |
Modifier and Type | Method and Description |
---|---|
<T extends BOA> |
BoaRepository.getBoaComponents(BoaType type) |
BoaWithSettingsRepItem<? extends BOA> |
BoaPartyRepItem.getStrategy(BoaType strategyType) |
Constructor and Description |
---|
BoaWithSettingsRepItem(BoaType type)
Create just any with given type.
|