Commit c363946
committed
feat: Implement layout algorithms and validation for diagrams
- Added ForceDirectedLayout and HierarchicalLayout classes for diagram positioning.
- Introduced LayoutEngine to manage layout algorithms.
- Created a PluginManager for extensibility with plugin registration and execution.
- Developed DiagramValidator for validating diagram structure and rules.
- Implemented DiagramLinter for style and best practices linting.
- Added ViewerServer for interactive web viewing of diagrams.
- Updated pyproject.toml to include new dependencies and version bump to 0.1.4.1 parent 8bf1713 commit c363946
25 files changed
Lines changed: 4802 additions & 3 deletions
File tree
- examples
- ij
- analyzers
- diagrams
- export
- importers
- layout
- plugins
- viewer
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
22 | 46 | | |
23 | 47 | | |
24 | 48 | | |
25 | 49 | | |
26 | 50 | | |
27 | 51 | | |
28 | 52 | | |
29 | | - | |
| 53 | + | |
30 | 54 | | |
31 | 55 | | |
| 56 | + | |
32 | 57 | | |
33 | 58 | | |
34 | 59 | | |
| |||
47 | 72 | | |
48 | 73 | | |
49 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
50 | 105 | | |
51 | 106 | | |
52 | 107 | | |
53 | 108 | | |
54 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
55 | 116 | | |
56 | 117 | | |
57 | 118 | | |
| |||
0 commit comments