Package | Description |
---|---|
agents.localModel | |
kernel |
Modifier and Type | Method and Description |
---|---|
static TypeLocalModel |
TypeLocalModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeLocalModel[] |
TypeLocalModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypeLocalModel |
World.getLocalModel()
Gets the local model.
|
Modifier and Type | Method and Description |
---|---|
void |
World.setLocalModel(TypeLocalModel localModel)
Define the kind of local model used by newly created Context Agent.
|
void |
AMOEBA.setLocalModel(TypeLocalModel model)
Sets the local model.
|