|
Class Summary |
| ActionSkill |
this is the class to inherit from to create an action skill. |
| DefaultSkill |
Default skill wraps the main methods of an agent, then you can use in the
skill all these methods without having to add the getMyAgent()
before (eg. use perform(..) instead of (getMyAgent.perform())) This allows to
lighten the code. |
| MagiqueActionSkill |
this is the class to inherit from to create an action skill. |
| MagiqueDefaultSkill |
This class wraps the main methods of a magique agent, then you can use in the
skill all these methods without having to add the getMyAgent()
before (eg. use perform(..) instead of (getMyAgent.perform())) This allows to
lighten the code. |