Package lejos.robotics.subsumption
Support for subsumption architecture.
-
Interface Summary Interface Description Behavior The Behavior interface represents an object embodying a specific behavior belonging to a robot. -
Class Summary Class Description Arbitrator An Arbitrator object manages a behavior control system by starting and stopping individual behaviors
by the calling theaction()andsuppress()methods on them.