Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Know of any programming design tool?

Re: Know of any programming design tool?

From: Greg Vitetzakis <ggv007_at_hotmail.com>
Date: Mon, 8 Mar 1999 20:46:57 -0500
Message-ID: <7c1ut7$b1n@tandem.CAM.ORG>


I have a feeling you should be looking at Rational Rose(Very expensive), MS Visual Modeler (Less expensive but pretty buggy).

You should be aware any of these tools require good knowledge of OOD to be used effectively.

I hope this helps

Mir wrote in message <36E41CE9.6C8C_at_students.wisc.edu>...
>Know of any programming design tool?
>
>I am looking for a tool to do programming designs and then to generate
>code (some actual - VB, C++, Java etc... - some pseudocode) off of it.
>I am right now starting to use Visio, but I don't know if it can do
>what I am thinking of. I kind of want something to do action diagrams
>that builds up with "drill down" ability. Since I would be paying for
>this myself, price is definitely a constraint.
>
>i.e.,
>
>IF X = 1 THEN
> Action 1
> CALL Procedure Z(a,b,c) // At this point the design tool could
> // drill down to the contents of
> // Procedure Z and so on...
>ELSEIF X = 2 THEN
> Action 2
>ELSEIF X = 3 THEN
> CASE Y = A: Var1 = F_xyz(X) // Call and drill down to Function
> CASE Y = B: Do something else
> END CASE
>END IF
>
>Thanks in advance for any help.
>-Mir.
Received on Mon Mar 08 1999 - 19:46:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US