|
|
@ -80,6 +80,12 @@ namespace storm { |
|
|
|
*/ |
|
|
|
ModelType const& getModelType() const; |
|
|
|
|
|
|
|
/*! |
|
|
|
* Changes (only) the type declaration of the model. Notice that this operation should be applied with great care, as it may break several algorithms. |
|
|
|
* The operation is useful to e.g. make a deterministic model into a non-deterministic one. |
|
|
|
*/ |
|
|
|
void setModelType(ModelType const&); |
|
|
|
|
|
|
|
/*! |
|
|
|
* Retrieves the enabled model features |
|
|
|
*/ |
|
|
|