Modifier and Type | Method and Description |
---|---|
FrontEndView |
FrontEndUseCase.getInitialView()
The first view of this use case, this may actually return a view of another use case if the
first is found by traveling through the final state.
|
FrontEndView |
FrontEndParameter.getView()
Represents the view in which this parameter will be used.
|
Modifier and Type | Method and Description |
---|---|
List<FrontEndView> |
FrontEndAction.getTargetViews()
All views that can be possibly targetted by triggering this action.
|
List<FrontEndView> |
FrontEndUseCase.getViews()
All views that are part of this use case.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.