vs.plotagent.behaviour
Class PlanCharacterGoalsBehaviour

java.lang.Object
  extended by jade.core.behaviours.Behaviour
      extended by jade.core.behaviours.SimpleBehaviour
          extended by vs.plotagent.behaviour.PlanCharacterGoalsBehaviour
All Implemented Interfaces:
java.io.Serializable

public class PlanCharacterGoalsBehaviour
extends jade.core.behaviours.SimpleBehaviour

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jade.core.behaviours.Behaviour
STATE_BLOCKED, STATE_READY, STATE_RUNNING
 
Constructor Summary
PlanCharacterGoalsBehaviour(BasicPlotAgent arg0)
           
 
Method Summary
 void action()
           
 boolean done()
           
 
Methods inherited from class jade.core.behaviours.SimpleBehaviour
reset
 
Methods inherited from class jade.core.behaviours.Behaviour
actionWrapper, block, block, getBehaviourName, getDataStore, getExecutionState, isRunnable, onEnd, onStart, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanCharacterGoalsBehaviour

public PlanCharacterGoalsBehaviour(BasicPlotAgent arg0)
Method Detail

action

public void action()
Specified by:
action in class jade.core.behaviours.Behaviour

done

public boolean done()
Specified by:
done in class jade.core.behaviours.Behaviour