Uses of Interface
jade.util.leap.Comparable

Packages that use Comparable
jade.content
jade.core This package contains the microkernel of JADE system.  
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 Comparable in jade.content
 

Classes in jade.content that implement Comparable
 class OntoAID
          Utility class that allow using an AID object as an ontological concept.
 

Uses of Comparable in jade.core
 

Classes in jade.core that implement Comparable
 class AID
          This class represents a JADE Agent Identifier.
 

Uses of Comparable in jade.wrapper
 

Classes in jade.wrapper that implement Comparable
 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.
 



JADE