Re: how to show "if" conditions while using usecases?
Posted By:
govindaraj_venugopalan
Posted On:
Monday, August 6, 2001 06:15 AM
You can represent end to end process through use case.I feel we can't use condition on use case. use case supports extends and uses streotype.
use case is not showing any flow of activites. the best choice is activity diagram to show if conditions.
Re: how to show "if" conditions while using usecases?
Posted By:
Andres_Vignaga
Posted On:
Thursday, July 26, 2001 10:07 PM
The only conditional I know in use cases are extensions. An extension point has an associated condition. Reaching that point, the condition is evaluated, and if satisfied the extension occurs.
Your description matches best with an algorithm. Did you consider using activity diagrams? You can get conditions, operations performed, object flows and even signals sent and recieved.