|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgentAction
A tag interface for interfaces describing a type of action that agents can perform.
Extending interfaces, or implementing classes, may define
further accessors. For example, a "Move2D" class would
likely have getX()
and getY()
methods for retrieving the
specified vector components.
Method Summary | |
---|---|
java.lang.String |
toString()
AgentActions should override toString() to provide a reasonable short description. |
Method Detail |
---|
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |