public interface StateFactory
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a new StateFactory object which is the same as this StateFactory.
|
State |
create(boolean initial,
boolean terminal) |
Set<State> |
stateSet()
Return a new empty set that can contains State instances created by this
factory.
|
State create(boolean initial, boolean terminal)
initial - initialterminal - terminalSet<State> stateSet()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException - if clone not supportedCopyright © 2020. All rights reserved.