See: Description
Interface | Description |
---|---|
FlowModelBuilder |
Builder interface used to build a flow model.
|
Class | Description |
---|---|
DefaultFlowModelHolder |
A flow model holder that can detect changes on an underlying flow model resource and refresh that resource
automatically.
|
Exception | Description |
---|---|
FlowModelBuilderException |
Exception thrown to indicate a problem while building a flow model.
|
The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.
You construct a FlowModel using a FlowModelBuilder
.
Implementations typically engineer a FlowModel from some external resource such as a file or database.
This package is based on the classic GoF Builder design pattern.