public class FallBack extends MovementBehavior
Constructor and Description |
---|
FallBack(IThoughtModel thoughtModel)
Default constructor
|
FallBack(java.lang.String name,
IThoughtModel thoughtModel)
Default constructor
|
init, isFinished, perform
abort, getConsecutivePerforms, getIntensity, getName, getPerforms, getRootBehavior, getSuccessfulPerforms, getUnsuccessfulPerforms, onLeavingBehavior, reload, setIntensity, setName, stayIn, switchFrom, toString
public FallBack(IThoughtModel thoughtModel)
thoughtModel
- Reference to the thought model objectpublic FallBack(java.lang.String name, IThoughtModel thoughtModel)
name
- - the name of the behaviorthoughtModel
- Reference to the thought model object