Interface | Description |
---|---|
ToString<V> |
Class | Description |
---|---|
Group<K> | |
Topology<V,E> |
A
Topology holds:
a global Graph indicating all raw device interconnection
a list of hierarchical Group , with possible typing indicating
the nature of this device group (Security group, Man group, etc)
a list of NGroup , with specialization indicating the
configuration attributes the group relies on (HSRP, OSPF, etc)
Where:
V is a java type for vertex
E is a java type for edge
Rules:
an item V must belong to exactly 1 Group |
TopologyStatistics | |
Zone<K> |