Class StateWrapper

java.lang.Object
cruise.umple.compiler.StateWrapper

public class StateWrapper
extends java.lang.Object
A simple wrapper over a State machine's states that allows keeping track of the parent state of the wrapped state, and all events that will cause a transition out of the wrapped state.