|
@ -5,5 +5,12 @@ namespace storm { |
|
|
bool StateFormula::isStateFormula() const { |
|
|
bool StateFormula::isStateFormula() const { |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool StateFormula::isProbabilityPathFormula() const { |
|
|
|
|
|
// a single state formula can be seen as a path formula as well
|
|
|
|
|
|
return true; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |