Modifier and Type | Interface and Description |
---|---|
interface |
FrontEndActivityGraph
Represents the activity graph describing the details of a presentation tier or "front end" use
case.
|
Modifier and Type | Method and Description |
---|---|
ActivityGraphFacade |
ModelFacade.findActivityGraphByName(String name)
Finds the ActivityGraph with the Name.
|
ActivityGraphFacade |
ModelFacade.findActivityGraphByNameAndStereotype(String name,
String stereotypeName)
Finds the ActivityGraph with the Name and Stereotype.
|
ActivityGraphFacade |
PartitionFacade.getActivityGraph()
State machines can be used to express the behavior of part of a system.
|
ActivityGraphFacade |
UseCaseFacade.getFirstActivityGraph()
The first activity graph directly owned by this use-case.
|
Modifier and Type | Method and Description |
---|---|
Collection<ActionStateFacade> |
ModelFacade.getAllActionStatesWithStereotype(ActivityGraphFacade activityGraph,
String stereotypeName)
Finds all ActionStates with the Stereotype.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.