|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Satisfactor | |
| modelling | Modelling of the main features of a world and agents' behaviours. |
| Uses of Satisfactor in modelling |
| Subclasses of Satisfactor in modelling | |
protected class |
EatingAgent.IsHungry
Satisfactor informing on the feeding level. |
| Methods in modelling that return Satisfactor | |
Satisfactor |
Satisfactor.or(Satisfactor sel)
Executes the logical fonction or between the current satisfactor and the given one. |
Satisfactor |
Satisfactor.and(Satisfactor sel)
Executes the logical fonction and between the current satisfactor and the given one. |
Satisfactor |
Satisfactor.not()
Executes the logical fonction not on the simulator. |
| Methods in modelling with parameters of type Satisfactor | |
Satisfactor |
Satisfactor.or(Satisfactor sel)
Executes the logical fonction or between the current satisfactor and the given one. |
Satisfactor |
Satisfactor.and(Satisfactor sel)
Executes the logical fonction and between the current satisfactor and the given one. |
| Constructors in modelling with parameters of type Satisfactor | |
ActToSatisfaction(Agent a,
Satisfactor endCondition)
|
|
ActToSatisfaction(Agent a,
Satisfactor endCondition,
float verifyDelay)
|
|
ActToSatisfaction(Agent a,
Agent.Action action,
Satisfactor endCondition)
|
|
ActToSatisfaction(Agent a,
Agent.Action action,
Satisfactor endCondition,
float verifyDelay)
|
|
ActToSatisfaction(Agent a,
Agent.Action action,
Satisfactor endCondition,
Agent.Action succes)
|
|
ActToSatisfaction(Agent a,
Agent.Action action,
Satisfactor endCondition,
float verifyDelay,
Agent.Action succes)
|
|
ActToSatisfaction(Agent a,
Agent.Action action,
Satisfactor endCondition,
Agent.Action succes,
Agent.Action failure)
|
|
ActToSatisfaction(Agent a,
Agent.Action action,
Satisfactor endCondition,
float verifyDelay,
Agent.Action succes,
Agent.Action failure)
Constructs the action. |
|
Message(Map map,
java.lang.String contents,
float radius,
float x,
float y,
Satisfactor satisfactor)
Creates a new message with a given satisfactor |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||