Browse Source

Code tidy.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@3358 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 15 years ago
parent
commit
139b4f6dd6
  1. 4
      prism/src/prism/Prism.java

4
prism/src/prism/Prism.java

@ -1199,7 +1199,7 @@ public class Prism implements PrismSettingsListener
{ exportTransToFile(model, ordered, exportType, file); }
/**
* Export a model's transition matrix to a file
* Export a model's transition matrix to a file (or to the log)
* @param model The model
* @param ordered Ensure that (source) states are in ascending order?
* @param exportType Type of export; one of: <ul>
@ -1210,7 +1210,7 @@ public class Prism implements PrismSettingsListener
* <li> {@link #EXPORT_MRMC}
* <li> {@link #EXPORT_DOT_STATES}
* </ul>
* @param file File to export to
* @param file File to export to (if null, print to the log instead)
*/
public void exportTransToFile(Model model, boolean ordered, int exportType, File file) throws FileNotFoundException, PrismException
{

Loading…
Cancel
Save