class gxl_edge |
edge used in graph
string | from |
string | to |
string | fromorder |
string | toorder |
gxl_edge_direction | isdirected unspecified, undirected, directed |
gxl_edge () empty default constructor | |
gxl_edge (const string& id) | |
gxl_edge (const string& id, const string& from, const string& to) | |
gxl_edge (const string& name, XMLIO_Attributes &attrs) needed for construction from XMLIO read interface | |
virtual const char* | toString () const Returns name of class. |
virtual void | print () const dumps all content to cout |
const XMLIO_Attributes& | XMLIO_getAttributes () const |
const int | XMLIO_writeContent (XMLIO_Document& writer) const |
typedef enum | direction type of edge |
edge used in graph
Alphabetic index HTML hierarchy of classes or Java