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