#include <dfs.h>
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_ |
EdgeLabel::EdgeLabel | ( | int | src, | |
int | target, | |||
edgeType | type | |||
) | [inline] |
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.
int EdgeLabel::src_ [private] |
int EdgeLabel::target_ [private] |
edgeType EdgeLabel::type_ [private] |