Browse Source

Comment fix.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11406 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 10 years ago
parent
commit
d309f8c748
  1. 2
      prism/src/explicit/ProbModelChecker.java

2
prism/src/explicit/ProbModelChecker.java

@ -553,7 +553,7 @@ public class ProbModelChecker extends NonProbModelChecker
* @param model The model * @param model The model
* @param expr The P operator expression * @param expr The P operator expression
* @param forAll Are we checking "for all strategies" (true) or "there exists a strategy" (false)? [irrelevant for numerical (=?) queries] * @param forAll Are we checking "for all strategies" (true) or "there exists a strategy" (false)? [irrelevant for numerical (=?) queries]
* @param coalition If relevant, info about which set of players this P operator refers to
* @param coalition If relevant, info about which set of players this P operator refers to (null if irrelevant)
* @param statesOfInterest the states of interest, see checkExpression() * @param statesOfInterest the states of interest, see checkExpression()
*/ */
protected StateValues checkExpressionProb(Model model, ExpressionProb expr, boolean forAll, Coalition coalition, BitSet statesOfInterest) throws PrismException protected StateValues checkExpressionProb(Model model, ExpressionProb expr, boolean forAll, Coalition coalition, BitSet statesOfInterest) throws PrismException

Loading…
Cancel
Save