2. Operations
~Edge () |
| Bool | hasVertex (Vertex* v) |
| Vertex* | sourceVertex () |
| Vertex* | sinkVertex () |
| Sequence<Vertex> | otherVertices (Vertex* v) |
| void | replace (Vertex *old_v, Vertex *new_v) |
| Collection<Vertex*>* | vertices() const |
| DataType | type () const |
| Bool operator==(const Vertex&) const | |
| Bool operator<=(const Vertex&) const | |
| Bool operator< (const Vertex&) const | |
| Bool operator>=(const Vertex&) const | |
| Bool operator> (const Vertex&) const | |
| Bool operator!=(const Vertex&) const |
| void | saveToFile (ofstream& fout, int indent) |
| friend ostream& | operator<< (ostream& stream, const Edge& v) |