| Interface | Description | |
|---|---|---|
| CommandBuilder | Represents a builder that produces command proxies. |
| Class | Description | |
|---|---|---|
| AbstractCommandBuilder | Abstract base class for all builder types. | |
| CommandFlowBuilder | A builder DSL for creating CommandFlow instances. | |
| CommandGroupBuilder | A builder DSL for creating CommandGroup instances. | |
| CommandLinkBuilder | Builder for specifying link conditions in a command flow. | |
| CommandProxyBuilder | A builder DSL for creating CommandProxy instances, responsible for executing a single command. | |
| Commands | Entry point for the builde DSL for configuring and creating new command instances. | |
| DefaultLinkBuilder | Builder for specifying the default action for a flow when a command result does not have any matching links. | |
| LinkTargetBuilder |