|
@ -91,6 +91,7 @@ namespace storm { |
|
|
|
|
|
|
|
|
EdgeContainer() = default; |
|
|
EdgeContainer() = default; |
|
|
EdgeContainer(EdgeContainer const& other); |
|
|
EdgeContainer(EdgeContainer const& other); |
|
|
|
|
|
EdgeContainer& operator=(EdgeContainer const& other); |
|
|
|
|
|
|
|
|
void clearConcreteEdges(); |
|
|
void clearConcreteEdges(); |
|
|
std::vector<Edge> const& getConcreteEdges() const; |
|
|
std::vector<Edge> const& getConcreteEdges() const; |
|
|