|
@ -3,14 +3,16 @@ |
|
|
#include <memory> |
|
|
#include <memory> |
|
|
|
|
|
|
|
|
#include <boost/optional.hpp> |
|
|
#include <boost/optional.hpp> |
|
|
|
|
|
#include <boost/container/flat_set.hpp> |
|
|
|
|
|
|
|
|
#include "storm/storage/jani/TemplateEdge.h" |
|
|
|
|
|
#include "storm/storage/jani/EdgeDestination.h" |
|
|
#include "storm/storage/jani/EdgeDestination.h" |
|
|
#include "storm/storage/jani/OrderedAssignments.h" |
|
|
#include "storm/storage/jani/OrderedAssignments.h" |
|
|
|
|
|
|
|
|
namespace storm { |
|
|
namespace storm { |
|
|
namespace jani { |
|
|
namespace jani { |
|
|
|
|
|
|
|
|
|
|
|
class TemplateEdge; |
|
|
|
|
|
|
|
|
class Edge { |
|
|
class Edge { |
|
|
public: |
|
|
public: |
|
|
Edge() = default; |
|
|
Edge() = default; |
|
|