io.sarl.sre.janus.services.lifecycle
Class BasicSkillUninstaller
All Superinterfaces:
SkillUninstaller
class BasicSkillUninstaller
extends java.lang.Object
implements SkillUninstaller
Install and uninstall the skills.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.6.0
Action Summary
Modifier and type Action and description
void uninstallSkillsAfterDestroy(Agent,List<E>)
java.util.List<E> uninstallSkillsBeforeDestroy(Agent)
Action Details
uninstallSkillsAfterDestroy(Agent,List<E>)
def uninstallSkillsAfterDestroy(Agent,List<E>)
uninstallSkillsBeforeDestroy(Agent)
def uninstallSkillsBeforeDestroy(Agent) : java.util.List<E>