Chain of Responsibility organizes request handlers (RequestHandler) into a chain where each handler has a chance to act on the request on its turn. In this example the king (OrcKing) makes requests and the military orcs (OrcCommander, OrcOfficer, OrcSoldier) form the handler chain.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected