diff --git a/prism/src/prism/Prism.java b/prism/src/prism/Prism.java index 92a1f93d..bc7e3fb6 100644 --- a/prism/src/prism/Prism.java +++ b/prism/src/prism/Prism.java @@ -3721,7 +3721,7 @@ public class Prism extends PrismComponent implements PrismSettingsListener //------------------------------------------------------------------------------ /** - * Old API: + * @deprecated * Load a PRISM model, build it, store for later use and return. * Reachability and model construction are done symbolically, i.e. using (MT)BDDs. * It is assumed that all constants in the PRISM model file have been defined by now. @@ -3735,7 +3735,7 @@ public class Prism extends PrismComponent implements PrismSettingsListener } /** - * Old API: + * @deprecated * Load a (built) model and export its transition matrix to a Spy file. * @param model The model * @param file File to export to @@ -3747,7 +3747,7 @@ public class Prism extends PrismComponent implements PrismSettingsListener } /** - * Old API: + * @deprecated * Load a (built) model and export the MTBDD for its transition matrix to a Dot file. * @param model The model * @param file File to export to @@ -3759,7 +3759,7 @@ public class Prism extends PrismComponent implements PrismSettingsListener } /** - * Old API: + * @deprecated * Load a (built) model and export its transition matrix to a file * @param model The model * @param ordered Ensure that (source) states are in ascending order? @@ -3779,7 +3779,7 @@ public class Prism extends PrismComponent implements PrismSettingsListener } /** - * Old API: + * @deprecated * Load a (built) model and export its transition matrix to a file (or to the log) * @param model The model * @param ordered Ensure that (source) states are in ascending order? @@ -3800,7 +3800,7 @@ public class Prism extends PrismComponent implements PrismSettingsListener } /** - * Old API: + * @deprecated * Load a (built) model and export its state rewards to a file * @param model The model * @param exportType Type of export; one of: