STORM_LOG_THROW(distribution==Distribution::None,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Constant distribution is not supported.");
STORM_LOG_THROW(false,storm::exceptions::NotSupportedException,"Constant distribution is not supported.");
}elseif(boost::starts_with(token,"lambda=")){
}
STORM_LOG_THROW(distribution==Distribution::None,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::Weibull,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::Weibull,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::Weibull,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
}elseif(boost::starts_with(token,"mean=")){
firstValDistribution=result.second;
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::LogNormal,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::LogNormal,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::Weibull,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_WARN("Coverage is not supported and will be ignored.");
// Lognormal distribution
}elseif(boost::starts_with(token,"res=")){
result=parseValue("mean",line,valueParser);
STORM_LOG_WARN("Restoration is not supported and will be ignored.");
if(result.first){
}elseif(boost::starts_with(token,"repl=")){
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::LogNormal,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
STORM_LOG_THROW(distribution==Distribution::None||distribution==Distribution::LogNormal,storm::exceptions::WrongFormatException,"A different distribution was already defined for this basic element.");
secondValDistribution=result.second;
distribution=Distribution::LogNormal;
}
// Additional arguments
result=parseValue("cov",line,valueParser);
if(result.first){
STORM_LOG_WARN("Coverage is not supported and will be ignored.");
}
result=parseValue("res",line,valueParser);
if(result.first){
STORM_LOG_WARN("Restoration is not supported and will be ignored.");
xxxxxxxxxx