public class WalkTurning extends SingleComplexBehavior
Constructor and Description |
---|
WalkTurning(IThoughtModel thoughtModel,
ParameterMap params,
java.util.Map<java.lang.String,IBehavior> behaviors)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IBehavior |
decideNextBasicBehavior()
Decide for a single next behavior.
|
abort, getCurrentBehavior, getCurrentBehaviorchain, getRootBehavior, init, isBehaviorInExecution, isFinished, onLeavingBehavior, perform, switchFrom, toString
getConsecutivePerforms, getIntensity, getName, getPerforms, getSuccessfulPerforms, getUnsuccessfulPerforms, reload, setIntensity, setName, stayIn
public WalkTurning(IThoughtModel thoughtModel, ParameterMap params, java.util.Map<java.lang.String,IBehavior> behaviors)
thoughtModel
- Reference to the thought model objectparams
- Behavior parametersbehaviors
- List of available behaviorspublic IBehavior decideNextBasicBehavior()
SingleComplexBehavior