Displaying 2 results from an estimated 2 matches for "agilemodel".
Did you mean:
filemodel
2007 Oct 04
10
Design and modeling tools?
What do you guys use for design and modeling (and don''t answer pen and
paper, because I use those to, they just don''t look so good in a
project report ;) )
I have tried stuff like UMLet (free), Altova UMLsomething (pay), dia
(no comprende ;) ), NetBeans UML (slow). But none worked just the way
I wanted them to.
Any suggestions?
Christian...
2011 Mar 07
0
visualizing data flow and function calls
...a, or what output
from another function is required now as input to my current internal
function as I navigate through my software (or when I make changes six
months later, and multiple objects are coming in).
>From what I can tell, I want to generate sequence diagrams of my
program (http://www.agilemodeling.com/artifacts/sequenceDiagram.htm).
Is there any way to generate these kinds of things automatically in R,
or to get the information easily from R? I know I could add code to
each function to spit out that it has been called with what input, but
I thought there might be a way to do it by calling...