Book a Demo

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.


Topics - DavidL

Pages: 1 [2]
16
Bugs and Issues / Recursive Use Cases do not work with RTF Report Ge
« on: April 02, 2010, 05:33:40 am »
I have the following project browser hierarchy in my use cases:

My Package
  My Use Case 1
    My UC Diagram a
    My Use Case 2
      My UC Diagram b
      My Use Case 3
        My Activity Diagram I
      My Use Case 4

And so on.

I want to create an RTF document output that looks like the following:

1. My Use Case 1
Notes for My Use Case 1

My UC Diagram a

1.1 My Use Case 2
Notes for My Use Case 2

My UC Diagram b

1.1.1  My Use Case 3
Notes for My Use Case 3

My Activity Diagram I

1.1.1.1 My Use Case 4
Notes for My Use Case 4

And so on.....

The trouble is the RTF report generator will create information on:
1. My Use Case 1
Notes for My Use Case 1

My UC Diagram a

Without any problem. I can not get the report generator to recurse down the use case hierarchy.

Any ideas?


17
Uml Process / Code Generation for Activity Diagram Object Flows
« on: May 30, 2011, 12:55:32 pm »
I would like to generate java code for object flows in an activity diagram. Software for control flows works as expected. I can not figure out how to get software for the object flows.

For example, I would like to solve the following equation:

A=5
B=6
Out=i1+i2

I would like the sum to be reusable. I connect the object node for A to the pin with the name i1 and the object node B to the pin with the name i2.

In an ideal world, I would like to create data flows of control laws using a set of activities/actions for filters (lopass, hipass), math (sum, multiply) and so on. I would like to quickly connect the activities/actions together with object flows. I would then like to generate a complete software algorithm.

Is this possible? Does anyone have an example?

Pages: 1 [2]