STORM_LOG_THROW(edgeEntry.count("destinations")==1,storm::exceptions::InvalidJaniException,"A single list of destinations must be given in edge from '"<<sourceLoc<<"' in automaton '"<<name<<"'");
STORM_LOG_THROW(edge.getSourceLocationIndex()<locations.size(),storm::exceptions::InvalidArgumentException,"Cannot add edge with unknown source location index '"<<edge.getSourceLocationIndex()<<"'.");
// Create the concrete destinations from the template edge.
STORM_LOG_THROW(templateEdge->getNumberOfDestinations()==destinationTargetLocationsAndProbabilities.size(),storm::exceptions::InvalidArgumentException,"Sizes of template edge destinations and target locations mismatch.");
// Create the concrete destinations from the template edge.
STORM_LOG_THROW(templateEdge->getNumberOfDestinations()==destinationLocations.size()&&destinationLocations.size()==destinationProbabilities.size(),storm::exceptions::InvalidArgumentException,"Sizes of template edge destinations and target locations mismatch.");