Class Transition

java.lang.Object
cruise.umple.compiler.Transition

public class Transition
extends java.lang.Object
Specifies, within a state, what happens with a certain event (method call) occurs Normally the state machine will go to a new state after executing various actions and activities. The guard is a boolean condition that may prevent triggering the transition NEW CLASS****************************************