public class BOAagentInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
BOAagentInfo(BOAcomponent bs,
BOAcomponent as,
BOAcomponent om,
BOAcomponent oms)
Creates a container object describing a BOA agent.
|
| Modifier and Type | Method and Description |
|---|---|
BOAcomponent |
getAcceptanceStrategy() |
java.lang.String |
getName() |
BOAcomponent |
getOfferingStrategy() |
BOAcomponent |
getOMStrategy() |
BOAcomponent |
getOpponentModel() |
java.lang.String |
toString() |
public BOAagentInfo(BOAcomponent bs, BOAcomponent as, BOAcomponent om, BOAcomponent oms)
bs - the bidding strategy of the agentas - the acceptance strategy of the agentom - the opponent model of the agentoms - the opponent model strategy of the agentpublic BOAcomponent getOfferingStrategy()
public BOAcomponent getAcceptanceStrategy()
public BOAcomponent getOpponentModel()
public BOAcomponent getOMStrategy()
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Object