|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use List | |
|---|---|
| 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.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. |
| Uses of List in jade.content.onto.basic |
|---|
| Methods in jade.content.onto.basic that return List | |
|---|---|
List |
Result.getItems()
|
| Methods in jade.content.onto.basic with parameters of type List | |
|---|---|
void |
Result.setItems(List l)
|
| Uses of List in jade.core |
|---|
| Methods in jade.core that return List | |
|---|---|
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. |
| Methods in jade.core with parameters of type List | |
|---|---|
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. |
| Uses of List in jade.core.behaviours |
|---|
| Fields in jade.core.behaviours declared as List | |
|---|---|
protected List |
FSMBehaviour.lastStates
|
| Uses of List in jade.domain.mobility |
|---|
| Methods in jade.domain.mobility that return List | |
|---|---|
List |
LoadBehaviour.getParameters()
|
| Methods in jade.domain.mobility with parameters of type List | |
|---|---|
void |
LoadBehaviour.setParameters(List parameters)
Set the list of parameters to be passed to the behaviour. |
| Uses of List in jade.util.leap |
|---|
| Classes in jade.util.leap that implement List | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||