Modifier and Type | Interface and Description |
---|---|
interface |
FrontEndUseCase
Represents a use case used in the "front end" of an application.
|
Modifier and Type | Method and Description |
---|---|
UseCaseFacade |
ModelFacade.findUseCaseByName(String name)
Finds the UseCase with the Name.
|
UseCaseFacade |
ModelFacade.findUseCaseWithNameAndStereotype(String name,
String stereotypeName)
Finds the UseGraph with the Name and Stereotype.
|
UseCaseFacade |
ModelFacade.findUseCaseWithTaggedValueOrHyperlink(String tag,
String value)
Return the UseCase belonging to this model with the tagged value or hyperlink.
|
UseCaseFacade |
IncludeFacade.getAddition()
The specification of a set of actions performed by a system, which yields an observable
result that
is, typically, of value for one or more actors or other stakeholders of the system.
|
UseCaseFacade |
IncludeFacade.getBase()
The specification of a set of actions performed by a system, which yields an observable
result that
is, typically, of value for one or more actors or other stakeholders of the system.
|
UseCaseFacade |
ExtendFacade.getBase()
The base use-case.
|
UseCaseFacade |
ExtendFacade.getExtension()
The extension use-case.
|
UseCaseFacade |
ExtensionPointFacade.getUseCase()
The specification of a set of actions performed by a system, which yields an observable
result that
is, typically, of value for one or more actors or other stakeholders of the system.
|
UseCaseFacade |
ActivityGraphFacade.getUseCase()
The use-case owning this activity graph.
|
Modifier and Type | Method and Description |
---|---|
Collection<UseCaseFacade> |
ModelFacade.getAllUseCases()
Return all UseCases belonging to this model.
|
Modifier and Type | Method and Description |
---|---|
Collection<FinalStateFacade> |
ModelFacade.findFinalStatesWithNameOrHyperlink(UseCaseFacade useCase)
Finds the FinalState with the Name or Hyperlink.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.