org.ucworkbench.model.usecase
Interface IUseCaseElement

All Known Subinterfaces:
IExtension, IExtensionSection, INumber, INumberElement, IScenarioItem, IStep, ISummarySection, IUseCase

public interface IUseCaseElement

This is a supporting interface of all elements contained by use cases. It returns a reference to the parent use case.


Method Summary
 IUseCase getUseCase()
          Returns a reference to the parent use case.
 

Method Detail

getUseCase

IUseCase getUseCase()
Returns a reference to the parent use case.

Returns: