public class SayPositionsBehavior extends Behavior
Constructor and Description |
---|
SayPositionsBehavior(java.lang.String name,
IThoughtModel thoughtModel)
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 SayPositionsBehavior(java.lang.String name, IThoughtModel thoughtModel)
thoughtModel
- Reference to the thought model objectpublic void perform()
IBehavior