| 
    Storm 1.11.1.1
    
   A Modern Probabilistic Model Checker 
   | 
 
Property intervals as per Jani Specification. More...
#include <Property.h>

Public Member Functions | |
| bool | hasLowerBound () const | 
| bool | hasUpperBound () const | 
Public Attributes | |
| storm::expressions::Expression | lowerBound | 
| bool | lowerBoundStrict = false | 
| storm::expressions::Expression | upperBound | 
| bool | upperBoundStrict = false | 
Property intervals as per Jani Specification.
Currently mainly used to help parsing.
Definition at line 21 of file Property.h.
      
  | 
  inline | 
Definition at line 27 of file Property.h.
      
  | 
  inline | 
Definition at line 31 of file Property.h.
| storm::expressions::Expression storm::jani::PropertyInterval::lowerBound | 
Definition at line 22 of file Property.h.
| bool storm::jani::PropertyInterval::lowerBoundStrict = false | 
Definition at line 23 of file Property.h.
| storm::expressions::Expression storm::jani::PropertyInterval::upperBound | 
Definition at line 24 of file Property.h.
| bool storm::jani::PropertyInterval::upperBoundStrict = false | 
Definition at line 25 of file Property.h.