| Summary: | Revise DotTemplate (to support all currently supported DOT attributes) | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF DOT | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) M6 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Replaced DotExport and DotTemplate with a new DotExport, written from scratch with Xtend (replacing the Jet-based solution), which realizes a generic serialize functionality. The implicit name retrieval has been removed, the name is now consumed from the respective meta-attribute (so a client can fully control what gets generated). Up to now, no global attributes are inferred (all attributes will be exported as in the graph). Also, all attributes will be quoted, even if this is not strictly necessary. Resolving as fixed in 4.0.0 M6. |