public class Dance extends Behavior
Constructor and Description |
---|
Dance(IThoughtModel thoughtModel)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
perform()
Called to perform the behavior
|
abort, getConsecutivePerforms, getIntensity, getName, getPerforms, getRootBehavior, getSuccessfulPerforms, getUnsuccessfulPerforms, init, isFinished, onLeavingBehavior, reload, setIntensity, setName, stayIn, switchFrom, toString
public Dance(IThoughtModel thoughtModel)
thoughtModel
- Reference to the thought model objectpublic void perform()
IBehavior