Package | Description |
---|---|
jade.core.behaviours |
This package is a subpackage of
jade.core and contains
the classes used to implement basic agent
behaviours. |
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 |
---|---|
Collection |
SequentialBehaviour.getChildren()
Return a Collection view of the children of
this
SequentialBehaviour |
Collection |
ParallelBehaviour.getChildren()
Return a Collection view of the children of
this
ParallelBehaviour |
Collection |
FSMBehaviour.getChildren()
Return a Collection view of the children of
this
SequentialBehaviour |
abstract Collection |
CompositeBehaviour.getChildren()
This method returns a Collection view of the children of
this
CompositeBehaviour |
Collection |
ParallelBehaviour.getTerminatedChildren()
Return a Collection view of the children of
this
ParallelBehaviour that have already completed. |
Modifier and Type | Interface and Description |
---|---|
interface |
List
The LEAP (environment-dependent) version of the &qote;java.util.List&qote; interface.
|
interface |
Set
The LEAP (environment-dependent) version of the &qote;java.util.Set&qote; interface.
|
interface |
SortedSet
The LEAP (environment-dependent) version of the &qote;java.util.SortedSet&qote; interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|
class |
HashSet |
class |
LinkedList
The LEAP (environment-dependent) version of the &qote;java.util.ArrayList&qote; class.
|
class |
SortedSetImpl
The LEAP (environment-dependent) implementation of the &qote;SortedSet&qote; interface.
|
Modifier and Type | Method and Description |
---|---|
Collection |
Map.values()
Returns a Collection view of the values contained in this map.
|
Collection |
HashMap.values() |
Modifier and Type | Method and Description |
---|---|
boolean |
HashSet.addAll(Collection c) |
boolean |
HashSet.containsAll(Collection c) |
boolean |
HashSet.removeAll(Collection c) |
Constructor and Description |
---|
HashSet(Collection c) |