Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Model.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm/models/ModelBase.h
"
4
5
namespace
storm
{
6
namespace
models {
7
8
template
<
typename
ValueType>
9
class
Model
:
public
ModelBase
{
10
public
:
16
Model
(
ModelType
const
& modelType) :
ModelBase
(modelType) {
17
// Intentionally left empty.
18
}
19
20
virtual
~Model
() =
default
;
21
};
22
23
}
// namespace models
24
}
// namespace storm
ModelBase.h
storm::models::ModelBase
Definition
ModelBase.h:11
storm::models::Model
Definition
Model.h:9
storm::models::Model::Model
Model(ModelType const &modelType)
Constructs a model of the given type.
Definition
Model.h:16
storm::models::Model::~Model
virtual ~Model()=default
storm::models::ModelType
ModelType
Definition
ModelType.h:9
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
models
Model.h
Generated by
1.9.8