Modifier and type | Property and description |
---|---|
protected AgentTrait | caller
Replies the caller of the capacity functions. |
int | referenceCount
Replies the number of registered references to this skill into its container. |
Constructor and description |
---|
new
Creates a new Skill. |
new(Agent)
Creates a new Skill. |
Modifier and type | Action and description |
---|---|
protected AgentTrait | getCaller
Replies the caller of the capacity functions. |
int | getReferenceCount
Replies the number of registered references to this skill into its container. |
protected void | install
This method is called just after the installation of this skill into its owner agent. |
protected void | prepareUninstallation
This method is called just before the "on Destroy" is fired. |
protected void | uninstall
This method is called just after the uninstallation of this skill into its owner agent. |
protected val caller : AgentTrait
This property is an alias for the action: getCaller
val referenceCount : int
This property is an alias for the action: getReferenceCount
new
new(Agent)
protected def getCaller : AgentTrait
def getReferenceCount : int
protected def install
protected def prepareUninstallation
protected def uninstall