Interface StateSetter
-
- All Known Implementing Classes:
StateRef
public interface StateSetter
Interface describing a representation of one of the following elements of a Process Model:- <set>
- <unset>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description State
getState()
Get the statevoid
setState(State state)
Set the state
-