cTopology::Link Class Reference

#include <ctopo.h>

Inheritance diagram for cTopology::Link:

cTopology::LinkIn cTopology::LinkOut List of all members.

Detailed Description

Supporting class for cTopology, represents a link in the graph.


Public Member Functions

double weight () const
void setWeight (double d)
bool enabled () const
void enable ()
void disable ()

Friends

class cTopology


Member Function Documentation

void cTopology::Link::disable  )  [inline]
 

Disables this link.

This has significance with the shortest path finder methods of cTopology.

void cTopology::Link::enable  )  [inline]
 

Enables this link.

This has significance with the shortest path finder methods of cTopology.

bool cTopology::Link::enabled  )  const [inline]
 

Returns true of this link is enabled.

This has significance with the shortest path finder methods of cTopology.

void cTopology::Link::setWeight double  d  )  [inline]
 

Sets the weight of this link.

Weight is used with the weighted shortest path finder methods of cTopology.

double cTopology::Link::weight  )  const [inline]
 

Returns the weight of this link.

Weight is used with the weighted shortest path finder methods of cTopology.


The documentation for this class was generated from the following file:
Generated on Sat Oct 21 17:47:57 2006 for OMNeT++/OMNEST Simulation Library by  doxygen 1.4.6