Uses of Interface
jade.util.leap.Map
-
Packages that use Map Package Description jade.core This package contains the microkernel of JADE system.jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.jade.core.messaging jade.domain.KBManagement jade.proto This package contains role behaviours for FIPA standard protocols.jade.util jade.util.leap This package contains a set of classes that provides a replacement for the Java collection framework that is not supported by J2ME. -
-
Uses of Map in jade.core
Fields in jade.core declared as Map Modifier and Type Field Description protected MapNodeFailureMonitor. childNodes -
Uses of Map in jade.core.behaviours
Classes in jade.core.behaviours that implement Map Modifier and Type Class Description classDataStore -
Uses of Map in jade.core.messaging
Fields in jade.core.messaging declared as Map Modifier and Type Field Description protected MapMessagingService. cachedSlicesConstructors in jade.core.messaging with parameters of type Map Constructor Description IncomingEncodingFilter(Map m, MessagingService svc)OutgoingEncodingFilter(Map m, AgentContainer ac, MessagingService ms) -
Uses of Map in jade.domain.KBManagement
Fields in jade.domain.KBManagement declared as Map Modifier and Type Field Description protected MapMemKB. facts -
Uses of Map in jade.proto
Fields in jade.proto declared as Map Modifier and Type Field Description protected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapInitiator. sessionsprotected MapProposeInitiator. sessions -
Uses of Map in jade.util
Classes in jade.util that implement Map Modifier and Type Class Description classHashCacheThis class is a cache with fixed dimension that can be set in the constructur. -
Uses of Map in jade.util.leap
Classes in jade.util.leap that implement Map Modifier and Type Class Description classHashMapThe LEAP (environment-dependent) version of the &qote;java.util.HashMap&qote; class.
-