class gxl_graph |
Graph, conform to GXL, uses Edge and Node
| gxl_graph () | |
| gxl_graph (const string& id) | |
| gxl_graph (const string& tag, XMLIO_Attributes &attributes) | |
| XMLIO_startTag (const string& tag, XMLIO_Attributes &attributes) expected elements are: gxl_graph, Initial, Emissions and Sequences | |
| XMLIO_endTag (const string& tag) | |
| XMLIO_getCharacters (const string& characters) | |
| XMLIO_finishedReading () | |
| toString () const Returns name of class. | |
| print () const dumps all content to cout | |
| get_node_idx (const string& node_id) const | |
| exists_node (const string& node_id) const | |
| replace_node (gxl_node* node) replace the node with the same id by this one. | |
| update_node (gxl_node* node) replace or add the node identified by id | |
| add_node (gxl_node* node) | |
| remove_node (const string& node_id) | |
| reorganize_graph () regenerates the maps and (inverse) adjacent lists | |
| get_edge_idx (const string& edge_id) const | |
| exists_edge (const string& edge_id) const | |
| add_edge (gxl_edge* edge) | |
| remove_edge (const string& edge_id) | |
| get_to_from_transitions (int state_id) | |
| get_from_to_transitions (int state_id) | |
| get_to_from_transitions (const string& state_id) | |
| get_from_to_transitions (const string& state_id) | |
| XMLIO_getAttributes () const | |
| XMLIO_writeContent (XMLIO_Document& writer) const | |
| dumpInternalState () const dumps all internal lists and maps to cerr |
Graph, conform to GXL, uses Edge and Node
Alphabetic index HTML hierarchy of classes or Java