Browse Source

Javadoc comment.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@4930 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 14 years ago
parent
commit
86476b02b1
  1. 1
      prism/src/explicit/Model.java

1
prism/src/explicit/Model.java

@ -150,6 +150,7 @@ public interface Model
* If requested (if fix=true) and if needed (i.e. for DTMCs/CTMCs),
* fix deadlocks by adding self-loops in these states.
* The set of deadlocks (before any possible fixing) can be obtained from {@link #getDeadlocks()}.
* @throws PrismException if the model is unable to fix deadlocks because it is non-mutable.
*/
public void findDeadlocks(boolean fix) throws PrismException;

Loading…
Cancel
Save