STORM_LOG_THROW(compositionStructure.count("elements")==1,storm::exceptions::InvalidJaniException,"Elements of a composition must be given, got "<<compositionStructure.dump());
STORM_LOG_THROW(composition->asAutomatonComposition().getInputEnabledActions().empty(),storm::exceptions::NotSupportedException,"Input-enabled actions are not supported right now.");