Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stem-dev] Graph Editor - Further Work

Hi Jan-Fredrik,

the only issue I see with creating a new graph to store added labels is that graph then becomes "special", i.e. is the next time you open the canonical graph containing the special graph you need to remember to store new labels in that graph. We could maybe use a naming convention, but then what if you have two "user created additions" graphs etc.

Can you easily detect which graph file contained the node you're adding labels too? Maybe it's easier to add the new label to that graph. For edges, if the source node and dest node is in the same file, it's easy. If they are in different files we can just use the convention to always add the edge to graph of the source node. By the way I don't think we need to implement adding new edges and nodes for this release.

Thanks,
/ Stefan


Stefan Edlund
Public Health and Computer Science Research
IBM Almaden Research Center
(408) 927-1766 edlund@xxxxxxxxxxxxxxx


Inactive hide details for "Wigger Jan-Frederik" ---04/12/2011 11:33:05 PM---Hi all, To quickly fix the bugs til end of the week"Wigger Jan-Frederik" ---04/12/2011 11:33:05 PM---Hi all, To quickly fix the bugs til end of the week,


    From:

"Wigger Jan-Frederik" <Jan-Frederik.Wigger@xxxxxxxxxxx>

    To:

<stem-dev@xxxxxxxxxxx>

    Date:

04/12/2011 11:33 PM

    Subject:

[stem-dev] Graph Editor - Further Work

    Sent by:

stem-dev-bounces@xxxxxxxxxxx




Hi all,

To quickly fix the bugs til end of the week,
As the added labels are completely new, we have to think about where to
add the labels.
a) If it is only one graph: sure, saved in this graph.
b) When we "Save As..": the same: it is all saved in one graph.

c) If we open a canonical graph, potentially consisting of several
graphs that contribute labels, it might become more difficult..
c1) Make a new graph, called something like "user created additions",
where labels, edges and nodes (latter two not implemented yet) will be
saved
c2) Make up something clever to assign the change to the appropriate
graph and save it there

I think c1 is easier at the moment. What do you think? Any objections?


Jan



_______________________________________________
stem-dev mailing list
stem-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/stem-dev


GIF image

GIF image


Back to the top