Uses of Class
jade.core.LifeCycle
-
Packages that use LifeCycle Package Description jade.core This package contains the microkernel of JADE system. -
-
Uses of LifeCycle in jade.core
Methods in jade.core with parameters of type LifeCycle Modifier and Type Method Description voidAgent. changeStateTo(LifeCycle newLifeCycle)voidLifeCycle. transitionFrom(LifeCycle from)This method is invoked as soon as we enter this LifeCycle state.booleanLifeCycle. transitionTo(LifeCycle to)This method is invoked just before leaving this LifeCycle state.
-