|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PaP.ActorPlugInReq
The set of parameters specified by actors when request for ActorPlugIn (Section 3.5 of [1])
Field Summary | |
GAI |
location
Preferred location of new actor -or- location of existing actor; after plugIn: location of cooperator. |
Play |
play
Play that the role belongs to, Director fills this by looking up role in repertoire base |
Role |
role
Role that the new actor will play |
CapabilitySet |
rqCaps
The set of actor capabilities required. |
CapabilitySet |
rsCaps
The set of actor capabilities asked for, if possible |
Constructor Summary | |
ActorPlugInReq(GAI pLocation,
Role pRole)
Deprecated. Only kept for backward compatibility |
|
ActorPlugInReq(GAI pLocation,
Role pRole,
CapabilitySet rqc,
CapabilitySet rsc)
Constructor only to fill data fields. |
Method Summary | |
java.lang.String |
toString()
Simple utility to convert data field values into one string for debug purposes. |
static java.lang.String |
toString(ActorPlugInReq obj)
Simple utility to convert data field values into one string for debug purposes. |
boolean |
validate(int level)
Validation of a request specification |
Methods inherited from class java.lang.Object |
|
Field Detail |
public GAI location
public Role role
public Play play
public CapabilitySet rqCaps
public CapabilitySet rsCaps
Constructor Detail |
public ActorPlugInReq(GAI pLocation, Role pRole)
public ActorPlugInReq(GAI pLocation, Role pRole, CapabilitySet rqc, CapabilitySet rsc)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String toString(ActorPlugInReq obj)
public boolean validate(int level)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |