Uses of Interface
jade.util.leap.Comparable
-
Packages that use Comparable Package Description 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 Modifier and Type Class Description classOntoAIDUtility class that allow using anAIDobject as an ontological concept. -
Uses of Comparable in jade.core
Classes in jade.core that implement Comparable Modifier and Type Class Description classAIDThis class represents a JADE Agent Identifier. -
Uses of Comparable in jade.wrapper
Classes in jade.wrapper that implement Comparable 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.
-