Package net.nexttext.behaviour

Interface Summary
Action Actions are building blocks used to create behaviours.
TargetingAction A TargetingAction is an Action that uses a target.
 

Class Summary
AbstractAction An implementation of Action with some broadly useful functionality.
AbstractBehaviour AbstractBehaviours act on a list of TextObjects, and are included in the simulation.
Action.ActionResult Used to communicate results of Action.behave().
Behaviour Basic Behaviour class.
 

Exception Summary
UnsupportedActionException This exception is thrown when an unsupported behave() method is called on on an Action.