34#ifndef GRAPH_GRAPH_UEDGE_H
35#define GRAPH_GRAPH_UEDGE_H
43#ifndef GRAPH_GRAPH_EDGE_H
Edge(std::string s)
The programmer should not call the constructor.
virtual bool isUndirected() const
Is this edge undirected?
virtual Edge * cloneEdge() const
The programmer should not clone.
friend class GraphFactory
UEdge(std::string s)
The programmer should not call the constructor.
virtual bool isDirected() const
Is this edge directed?
UEdge(const UEdge &x)
The programmer should not call the copy constructor.