this->addOption(storm::settings::OptionBuilder(moduleName,dftFileOptionName,false,"Parses the model given in the Galileo format.").setShortName(dftFileOptionShortName)
@ -40,6 +42,8 @@ namespace storm {
this->addOption(storm::settings::OptionBuilder(moduleName,maxValueOptionName,false,"Compute maximal value in case of non-determinism.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,transformToGspnOptionName,false,"Transform DFT to GSPN.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,exportToJsonOptionName,false,"Export the model to the Cytoscape JSON format.").addArgument(storm::settings::ArgumentBuilder::createStringArgument("filename","The name of the JSON file to export to.").build()).build());
this->addOption(storm::settings::OptionBuilder(moduleName,displayStatsOptionName,false,"Print stats to stdout").build());