|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ants.jxtagnutant.ReplyGnutant
| Constructor Summary | |
ReplyGnutant()
Default constructor for externalization |
|
ReplyGnutant(RequestId rid,
Resource[] resources,
NestId requestor)
Initializes a new ReplyGnutant with the set of resources to be returned, the request identifier and the identifier of the requestor nest. |
|
| Method Summary | |
String |
getSpecies()
Returns the identifier of the "species" of this ant. |
void |
init(AntView view)
This method is called on ants at the initialization time. |
void |
run(AntView view)
This method encapsulate the computation performed by the ant. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReplyGnutant()
public ReplyGnutant(RequestId rid,
Resource[] resources,
NestId requestor)
| Method Detail |
public String getSpecies()
Ant
getSpecies in interface Antpublic void init(AntView view)
Antinit().
FIXME Implement the control in LocalAntView.
init in interface Antpublic void run(AntView view)
run in interface Antview - reference to the AntView object which
constitutes the controlled environment of the ant
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||