public class FallForward extends MovementBehavior
Constructor and Description |
---|
FallForward(IThoughtModel thoughtModel)
Default constructor
|
FallForward(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 FallForward(IThoughtModel thoughtModel)
thoughtModel
- Reference to the thought model objectpublic FallForward(java.lang.String name, IThoughtModel thoughtModel)
name
- - the name of the behaviorthoughtModel
- Reference to the thought model object