| Package | Description | 
|---|---|
| org.arakhne.tinyMAS.demo.preypredator3 | 
| Modifier and Type | Method and Description | 
|---|---|
protected MoveDirection | 
Animal.computeMove(boolean allow_no_move)
Deprecated.  
Tire au hasard une direction. 
 | 
protected MoveDirection | 
Animal.computeMove(MoveDirection... allowedDirections)
Deprecated.  
Tire au hasard une direction parmi celles fournies. 
 | 
MoveDirection | 
AnimalInfluence.getDirection()
Deprecated.  
  | 
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 | 
Animal.computeMove(MoveDirection... allowedDirections)
Deprecated.  
Tire au hasard une direction parmi celles fournies. 
 | 
void | 
AnimalBody.influence(MoveDirection direction)
Deprecated.  
  | 
protected boolean | 
Animal.moveTo(MoveDirection direction)
Deprecated.  
Deplace l'agent dans la direction indiquee. 
 | 
| Constructor and Description | 
|---|
AnimalInfluence(AgentIdentifier emitter,
               MoveDirection direction)
Deprecated.  
  | 
Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.