Uses of Interface
org.andromda.metafacades.uml.TransitionFacade

Uses of TransitionFacade in org.andromda.metafacades.uml
 

Subinterfaces of TransitionFacade in org.andromda.metafacades.uml
 interface FrontEndAction
           Represents a "front-end" action.
 interface FrontEndExceptionHandler
           A front-end exception handler intercepts exceptions and delegates them into a front-end action state that will handle it (for example by simply displaying it if the action state happened to be a view) .
 interface FrontEndForward
           A front end forward is any transition between front-end states.
 

Methods in org.andromda.metafacades.uml that return TransitionFacade
 TransitionFacade EventFacade.getTransition()
           If this event is located on a transition, this represents that transition.
 TransitionFacade GuardFacade.getTransition()
           
 TransitionFacade ActionFacade.getTransition()
           If this action is located on a transition, this represents that transition.
 TransitionFacade StateMachineFacade.getInitialTransition()
           The first transition on the first initial state found for this activity graph.
 



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.