Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Henk

Pages: [1]
1
Suggestions and Requests / Re: BPMN
« on: June 26, 2010, 06:46:42 am »
Same here I would like to see BPMN 2.0 being introduced

2
General Board / Re: Noob Question on customizing RTF Template
« on: January 06, 2008, 04:02:50 pm »
Not sure if this is where you are after.

When you open the template editor, put the cursor where you want the field to appear and select table from the top menu.

This allows you to insert a row, or a column.

H.

3
General Board / Drill down function
« on: January 13, 2008, 04:19:32 pm »
I could not find it, but this is what I like to do.

I have the following diagrams:
1. Activity diagram, used to document the business processes (that is the way the organization choose to do it, I do not like it but such is life).
2. Use Case diagrams
3. Activity diagram for outlining the use case
4. Sequence diagram to show the Main Success Scenario
5. Class Diagrams.

What i want to do is:
A. Link an activity element or Structured activity element to a Use Case diagram
B. Link a Use Case element to Activity Diagram
C. Link a Use Case element to Sequence Diagram
C. Link Class Diagram to Object

So pretty much be able to take an element on the diagram and link it to another diagram, simply by either double click or hot key.

Is that possible?

4
Uml Process / Re: how to model include relationship in uc scenar
« on: January 06, 2008, 05:10:44 pm »
I general i do would steer away from includes and excludes, simply because they denote solution. That is what you try to avoid with use cases.

I think the order of execution is better documented in the sequence diagram.

Keep in mind, UML is not about the pictures really (on use case level) it is about the use case description, and as said before pre and post conditions are a good way to establish what has to be "true" before the use case starts.

Just my 2 cents worth (keep the change :-))

Pages: [1]