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

Uses of ActivityGraphFacade in org.andromda.metafacades.uml
 

Subinterfaces of ActivityGraphFacade in org.andromda.metafacades.uml
 interface FrontEndActivityGraph
           Represents the activity graph describing the details of a presentation tier or "front end" use case.
 

Methods in org.andromda.metafacades.uml that return ActivityGraphFacade
 ActivityGraphFacade ModelFacade.findActivityGraphByName(java.lang.String name)
           
 ActivityGraphFacade ModelFacade.findActivityGraphByNameAndStereotype(java.lang.String name, java.lang.String stereotypeName)
           
 ActivityGraphFacade PartitionFacade.getActivityGraph()
           
 ActivityGraphFacade UseCaseFacade.getFirstActivityGraph()
           The first activity graph directly owned by this use-case.
 

Methods in org.andromda.metafacades.uml with parameters of type ActivityGraphFacade
 java.util.Collection ModelFacade.getAllActionStatesWithStereotype(ActivityGraphFacade activityGraph, java.lang.String stereotypeName)
           
 



Copyright © 2003-2009 AndroMDA.org. All Rights Reserved.