Interface ParallelBehavior


public interface ParallelBehavior
A marker interface for Behaviors that indicates to any parent nodes that the behavior can be run in parallel along with other behaviors. Parallel behaviors will not affect the success or failure status of any composite nodes; the return BehaviorStatus will only act as a terminal status or an indication to remove the parallel node.