Package | Description |
---|---|
jade.content.onto.basic | |
jade.core |
This package contains the microkernel of JADE
system.
|
jade.core.behaviours |
This package is a subpackage of
jade.core and contains
the classes used to implement basic agent
behaviours. |
jade.domain.FIPAAgentManagement |
This package contains the definition of the FIPA-Agent-Management ontology
as specified by the FIPA standard
FIPA Agent Management
Specification - document no. 23 version H (15th August 2001).
|
jade.domain.mobility |
This package contains the definition of the JADE-mobility ontology, the
vocabulary with the list of used symbols, and all the Java classes that implement the concepts
of the ontology.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List |
Result.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
Result.setItems(List l) |
Modifier and Type | Method and Description |
---|---|
List |
ProfileImpl.getSpecifiers(java.lang.String key)
Retrieve a list of Specifiers from the configuration properties.
|
abstract List |
Profile.getSpecifiers(java.lang.String key)
Retrieve a list of Specifiers from the configuration properties.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageQueue.copyTo(List list)
Copy all messages to a given list.
|
void |
ProfileImpl.setSpecifiers(java.lang.String key,
List value)
Assign the given property value to the given property name
|
abstract void |
Profile.setSpecifiers(java.lang.String key,
List value)
Assign the given value to the given property name.
|
Modifier and Type | Field and Description |
---|---|
protected List |
FSMBehaviour.lastStates |
Modifier and Type | Method and Description |
---|---|
protected void |
LoaderBehaviour.getOutputParameters(Behaviour b,
List params) |
protected void |
LoaderBehaviour.setInputParameters(Behaviour b,
List params) |
Modifier and Type | Method and Description |
---|---|
List |
MultiValueProperty.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
MultiValueProperty.setValues(List values) |
Constructor and Description |
---|
MultiValueProperty(java.lang.String name,
List value) |
Modifier and Type | Method and Description |
---|---|
List |
LoadBehaviour.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
LoadBehaviour.setParameters(List parameters)
Set the list of parameters to be passed to the behaviour.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|
class |
LinkedList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|