org.ucworkbench.model.tools
Interface IReferencesRepository


public interface IReferencesRepository

This is an interface to the tool helping keeping all references between artifacts in one place. Currently it supports only references between use cases and actors.


Method Summary
 java.util.Collection<IUseCase> getUseCasesForActor(IActor actor)
          Returns all use cases for specified
 

Method Detail

getUseCasesForActor

java.util.Collection<IUseCase> getUseCasesForActor(IActor actor)
Returns all use cases for specified

Parameters:
actor -
Returns:
use case set