|
@ -80,6 +80,8 @@ namespace storm { |
|
|
std::stringstream stream; |
|
|
std::stringstream stream; |
|
|
stream << dependency->probability(); |
|
|
stream << dependency->probability(); |
|
|
nodeData["probability"] = stream.str(); |
|
|
nodeData["probability"] = stream.str(); |
|
|
|
|
|
} else { |
|
|
|
|
|
nodeData["type"] = "fdep"; |
|
|
} |
|
|
} |
|
|
} else if (element->isBasicElement()) { |
|
|
} else if (element->isBasicElement()) { |
|
|
// Set BE specific data
|
|
|
// Set BE specific data
|
|
|