|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MXBean public interface IComponent
Every agent consists of components. Component is anything that wraps some kind of functionality. Such as WorldView, ShootingBehavior or the Agent itself.
Every component has its own ID (string based), that can be thought of as Spring-bean identifier. Every component may register listener on events from other components using this ID and EventBus.
Method Summary | |
---|---|
IToken |
getComponentId()
Unique identification of the component. |
Method Detail |
---|
IToken getComponentId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |