| Modifier and type | Action and description |
|---|---|
| static BehaviorLife | getBehaviorLife(Behavior,Provider<T>,[Procedure1<Param>])
Replies the data structure that is storing the living data of the agent for the SRE. |
| static BehaviorLife | getBehaviorLifeOrNull(Behavior)
Replies the data structure that is storing the living data of the agent for the SRE. |
def getBehaviorLife(Behavior,Provider<T>,[Procedure1<Param>]) : BehaviorLife
def getBehaviorLifeOrNull(Behavior) : BehaviorLife