Uses of Interface
jade.wrapper.State

Packages that use State
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
 class AgentState
          Provides a concrete implementation of the State interface for agents.
 class PlatformState
          Provides a concrete implementation of the State interface for agent platforms.
 class StateBase
          Provides an abstract base class for implementations of state.
 

Methods in jade.wrapper that return State
 State PlatformController.getState()
          Returns an instance of PlatformState.
 State AgentController.getState()
          Read current agent state.
 State AgentContainer.getState()
           
 



JADE