Uses of Interface
jade.wrapper.State
-
Packages that use State Package Description jade.wrapper Together with the classes jade.core.Profile and jade.core.Runtime this package provides support for the JADE in-process interface that allows external Java applications to use JADE as a kind of library and to launch the JADE Runtime from within the application itself. -
-
Uses of State in jade.wrapper
Classes in jade.wrapper that implement State Modifier and Type Class Description classAgentStateProvides a concrete implementation of the State interface for agents.classPlatformStateProvides a concrete implementation of the State interface for agent platforms.classStateBaseProvides an abstract base class for implementations of state.Methods in jade.wrapper that return State Modifier and Type Method Description StateAgentContainer. getState()StateAgentController. getState()Read current agent state.StatePlatformController. getState()Returns an instance of PlatformState.
-