public class BuildableStartState extends BuildableState
StartState that is also a BuildableState. This distinction
is important so that we don't allow the caller to build an empty criteria or
a criteria with a hanging conjunction (because those conditions would simply
place the builder in a StateState which is un-buildable).| Modifier | Constructor and Description |
|---|---|
protected |
BuildableStartState(Criteria criteria)
Construct a new instance.
|
protected BuildableStartState(Criteria criteria)
criteria -