Package net.clackrouter.topology.core

Core classes for parsing topology information from VNS and loading a Clack topology configuration from file.

See:
          Description

Class Summary
AutoGenTopoXML  
HostSelector Was used when people would see a topo and chose what host to select, which could be useful functionality, so we keep it around (no longer used).
TopoGraph Main graph class to resresent a topology, which has hosts as different nodes and ethernet links as edges.
TopologyManager Controls loading routers from different topology files and cleaning up on close.
TopologyModel Represents the data of a single topology, combining information from a VNS topology file, and information provided by saved config files.
TopologyModel.Host Represents a single host within a topology.
TopologyModel.Interface Represents an interface on a host within a topology.
TopologyModel.Link Represents an link between two hosts inside a topology.
TopoParser This is a static class that parses the VNS topology file from the VNS server.
TopoPopup Simple popup window for host objects in a topology graph, which lets the user copy each of the host's IP addresses to the clipboard.
TopoRoutingTableCreator This creates niave routing tables based on individual hosts, subnets, in a topology.
TopoSerializer Static class used to save an enitirely new topology file.
 

Package net.clackrouter.topology.core Description

Core classes for parsing topology information from VNS and loading a Clack topology configuration from file.