Uses of Package
net.clackrouter.topology.core

Packages that use net.clackrouter.topology.core
net.clackrouter.component.base Provides the base objects for supporting components within a Clack Router. 
net.clackrouter.component.simplerouter Provides core component classes central to the operation of a simple router. 
net.clackrouter.error Basic mechanisms for reporting Clack errors to a remote error server. 
net.clackrouter.gui Major graphical components that comprise the Clack Application. 
net.clackrouter.netutils Simple network utility classes used by a Clack Router. 
net.clackrouter.router.core Core router class responsible for creating, configuring, running and serializing Clack routers. 
net.clackrouter.test Examples of both static and dynamic checks that can be used to validate router correctness and diagnose problems. 
net.clackrouter.topology.core Core classes for parsing topology information from VNS and loading a Clack topology configuration from file. 
net.clackrouter.topology.create   
net.clackrouter.topology.graph Provides visual graph components and handling for the "zoomed out" topology view. 
 

Classes in net.clackrouter.topology.core used by net.clackrouter.component.base
TopologyModel.Interface
          Represents an interface on a host within a topology.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.component.simplerouter
TopologyModel.Interface
          Represents an interface on a host within a topology.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.error
TopologyModel
          Represents the data of a single topology, combining information from a VNS topology file, and information provided by saved config files.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.gui
TopologyManager
          Controls loading routers from different topology files and cleaning up on close.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.netutils
TopologyModel
          Represents the data of a single topology, combining information from a VNS topology file, and information provided by saved config files.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.router.core
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.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.test
TopologyModel
          Represents the data of a single topology, combining information from a VNS topology file, and information provided by saved config files.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.topology.core
TopoGraph
          Main graph class to resresent a topology, which has hosts as different nodes and ethernet links as edges.
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.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.topology.create
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.
 

Classes in net.clackrouter.topology.core used by net.clackrouter.topology.graph
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.