Docs: Write technical deep dive for commands and link to it from README
Includes puml diagrams and exported svgs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
skinparam backgroundColor transparent
|
||||
|
||||
class CommandParserDispatcher {
|
||||
- parsers: Map<String, CommandParser>
|
||||
|
||||
+ register(command: String, parser: CommandParser): void
|
||||
+ parse(primitiveRequest: PrimitiveRequest): Request
|
||||
}
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user