You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.
Actual Edges of the CompositeActivity are simple direct lines between two points. E.g.:
It could be more elegant and practical to have a multi-point Edges between activities. E.g.:
Technically, we could add a vector of points (and their eventual metadata) to the DirectedEdge class, while we have to guarantee the compatibility with the previous schema.
Next version of the GUI (or third-party visualization tools) could benefit from this new structure to show and/or edit the multi-point edges of the graph, or even have more sophisticated layouts.
The text was updated successfully, but these errors were encountered:
Let's discuss it when we design the new LifecycleEditor. Actually I would rather separate the representation data from the actual LifeCycle semantic by storing it in a separate xml/json.
In the future version 4, separating the representation data from the current Lyfecycle will be a big step forward.
The current demand is simply to be able to store optionnaly more informations in the wire definitions, to allow a third party editor to use them if needed.
The element "MultiPoints" has to be optionnal.
If the LifeCycle editor of the GUI client doesn't use it it's not an issue.
I deleted my previous comment, because I totally misinterpreted the request. This can be done. although I do not see the usefulness without changing the gui project. But if you submit a PR I will review and integrate it.
According the discussion during the 22/01/2018 meetting, tis issue is splited in three :
1 - addition of intermediate points in the wire ( this #162 issue) and validation with enhancements in the Gui client
2 - jpg or png rendering using the kernel graph package
3 - svg rendering
Actual Edges of the CompositeActivity are simple direct lines between two points. E.g.:
It could be more elegant and practical to have a multi-point Edges between activities. E.g.:
Technically, we could add a vector of points (and their eventual metadata) to the
DirectedEdge
class, while we have to guarantee the compatibility with the previous schema.E.g., see the new tag:
Next version of the GUI (or third-party visualization tools) could benefit from this new structure to show and/or edit the multi-point edges of the graph, or even have more sophisticated layouts.
The text was updated successfully, but these errors were encountered: