Issues
- Topology-Map Layout AlgoritmNMS-14921Antonio Russo
- Code Style EnforcementNMS-14700fooker
- Upgrade JUnit from version 4 to 5NMS-14302Resolved issue: NMS-14302Alexander Chadfield
- upgrade Jackson code to all use Jackson v2NMS-14254Benjamin Reed
- Cleanup events and unused code in capsd, provisiond and LinkdNMS-9207Ronny Trommer
5 of 5
Topology-Map Layout Algoritm
Description
Acceptance / Success Criteria
None
Lucidchart Diagrams
Details
Assignee
Antonio RussoAntonio RussoReporter
Antonio RussoAntonio RussoLabels
Components
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Antonio Russo
Antonio RussoReporter
Antonio Russo
Antonio RussoLabels
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created October 26, 2022 at 10:44 AM
Updated October 31, 2022 at 4:18 PM
Activity
Show:
A OnmsTopology is a set of Vertices and Edges, a Map is a displayable OnmsTopology.
This means that a Topology can be represented in different way.
For example a tree node connected topology can be represented:
N1-N0-N2 (let me say flat) or hierarchical:
N0
/ \
N1 N2
This very simple example will tell you a lot about the problems of represent a topology.
We support several algorithm:
Circle, D3, FR, Grid, Hierarchy, ISOM, KK, RealUltimate, Spring, TopoFR.
We need to study and set up new algorithms related especilly for linkd topology map.
We will support new maps and every should have a preferred layout algorithm that fit the map.