Package | Description |
---|---|
org.arakhne.tinyMAS.demo.preypredator2 |
Modifier and Type | Method and Description |
---|---|
protected MoveDirection |
MovableAgent.computeMove(boolean allow_no_move)
Deprecated.
Tire au hasard une direction.
|
protected MoveDirection |
MovableAgent.computeMove(MoveDirection... allowedDirections)
Deprecated.
Tire au hasard une direction parmi celles fournies.
|
static MoveDirection |
MoveDirection.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static MoveDirection[] |
MoveDirection.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected MoveDirection |
MovableAgent.computeMove(MoveDirection... allowedDirections)
Deprecated.
Tire au hasard une direction parmi celles fournies.
|
protected boolean |
MovableAgent.moveTo(MoveDirection direction)
Deprecated.
Deplace l'agent dans la direction indiquee.
|
Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.