EdgeLabel Class Reference

Helper class for labeling edges. More...

#include <dfs.h>

List of all members.

Public Member Functions

 EdgeLabel (int src, int target, edgeType type)
int src ()
 Source of edge.
int target ()
 Target of edge.
edgeType type ()
 Type of edge.
string describe ()
 String representation of edge type.

Private Attributes

int src_
int target_
edgeType type_


Detailed Description

Helper class for labeling edges.


Constructor & Destructor Documentation

EdgeLabel::EdgeLabel ( int  src,
int  target,
edgeType  type 
) [inline]


Member Function Documentation

string EdgeLabel::describe (  )  [inline]

String representation of edge type.

int EdgeLabel::src (  )  [inline]

Source of edge.

int EdgeLabel::target (  )  [inline]

Target of edge.

edgeType EdgeLabel::type (  )  [inline]

Type of edge.


Member Data Documentation

int EdgeLabel::src_ [private]

int EdgeLabel::target_ [private]

edgeType EdgeLabel::type_ [private]


The documentation for this class was generated from the following file: Algorithm Development Kit 1.0