Overview
Each simple behavior is implemented using the following types:
ISimpleBehaviorJobWrapper- Implementations schedules implementations ofISimpleBehaviorJob<C, R>.ISimpleBehaviorJob<C, R>- Implementations contain logic of the behavior.C- Component which the behavior uses.R- Results which the behavior uses.
ISimpleBaseBehavior- Implementations are components used by the behavior.VelocityResult(s)- All behaviors use this type as their output.