note description: "Blackboard control which doesn't do anything." date: "$Date$" revision: "$Revision$" class EBB_IDLE_CONTROL inherit EBB_CONTROL create make feature -- Access name: STRING = "Idle" -- feature -- Basic operations think -- do end create_new_tool_executions -- do end end