Route


Object Hierarchy:

Object hierarchy for Route

Description:

public class Route : Object

A path to a known destination.

An instance of this class represents a path to a known
destination d.
The instance members are:
`gw': the gateway of the route. Our next hop. It is an instance of the
| class AggregatedNeighbour.
`rem_at_gw': a REM (Route Efficience Measure) of the path from the
| gateway to the destination d. It is an instance of the class
| REM or a derivative.
`hops': a List of HCoord of the hops represented by this
| path from the gateway gw to the destination d.
| gw and d are not included.
`gid': a instance of GNodeid, it is the ID of the gnode that this class
| represents, as it is reported by this path.


Namespace: Ntk.Core
Package: vd

Content:

Properties:

Static methods:

Creation methods:

Methods:

Fields: