224 Commits (5dc9ab190a6f51e6b04bda2a7835e15d16c630c6)

Author SHA1 Message Date
Dave Parker 5dc9ab190a Change to modelCheck() call in API: don't pass constants, just get from PropertiesFile. 14 years ago
Dave Parker c70cac8ad0 Remove un-needed import (breaks some compilers). 14 years ago
Dave Parker a218d09b2b * Continued major changes to PRISM API 14 years ago
Dave Parker 06ecdf6139 Copyright header updates 14 years ago
Dave Parker b870e550e7 Fixes/renames in property reference search code. 14 years ago
Dave Parker be53bceb72 Rename a few visitor classes 14 years ago
Dave Parker 4fc61415fb Display notification of warnings after computations in GUI. 14 years ago
Dave Parker 51807e044e Add -pf as a command-line switch alias for -pctl/-csl and add .props as a properties file extension (in GUI). 14 years ago
Dave Parker 8d1cd55711 Fixes/improvement/consistency for results export. 14 years ago
Vojtech Forejt e3f6e64e7a package-info.java is ignored in makefiles 14 years ago
Dave Parker fd85a16363 Move GUI warning counter reset so it catches model build warnings too. 14 years ago
Dave Parker a221c4db56 Padding in property details dialog. 14 years ago
Dave Parker 6eb375c441 Added printSeparator method to PrismLog. 14 years ago
Dave Parker 1c86a3afa8 Small tidies and warning fixes. 14 years ago
Dave Parker 90c9e53f8c Tweak some warning messages (wrt new log.printWarning method) + add warning message functionality in GUI threads. 14 years ago
Dave Parker 1f4461da64 Ctrl -> Cmd in GUI on Macs. 14 years ago
Dave Parker 23bee5f9b9 Support for CSV file result export from GUI. 14 years ago
Dave Parker 8ba7caed26 Added export results to matrix functionality (-exportresultsmatrix from CL, experiment popup menu from GUI). 14 years ago
Dave Parker 61a161b0ec Do not add loaded path properties to simulator (caused const evaluation bug found by Mateusz in PMC practical) and is not finished yet anyway. 14 years ago
Vojtech Forejt 786849d523 First version of support for named properties in GUI. 15 years ago
Vojtech Forejt 1e49dd0197 Verification/simulation in GUI now shows number of warnings in the result window (if it's nonzero) 15 years ago
Dave Parker 3d3108419b Bug fix (again) - to compile on Java 7 (via some import tidying/fixes). 15 years ago
Dave Parker a0403b1ec2 Bug fix - to compile on Java 7 (via some import tidying). 15 years ago
Dave Parker 0b65c69a6b Added loadPath methods to SimulatorEngine and GUISimulator; not used currently. 15 years ago
Dave Parker 2f5de7b714 GUISimulatorPathTableModel reads from new PathFullInfo interface. 15 years ago
Dave Parker f274604e0b GUI bug fix (simulator). How did this ever work? 15 years ago
Dave Parker f3ae5d3b23 Refactoring/tidying/fixing GUISimulator. 15 years ago
Dave Parker 6b21b0543d Added ModelType.probabilityOrRate() method, used in simulator. 15 years ago
Dave Parker afa2d79305 Code tidy in GUI simulator: replace ==CTMC checks with isContinuousTime(). 15 years ago
Dave Parker 72551d7248 Refactoring: detach GUI simulator path table from SimulatorEngine and attach to PathFull. 15 years ago
Dave Parker 919fba9061 Fix anti-aliasing in GUI simulator. 15 years ago
Dave Parker a1e3b4e3e3 Re-factoring of GUI simulator code. 15 years ago
Dave Parker 10313b7d02 Improved handling of undefined constants in properties files: 15 years ago
Dave Parker 2e065801b9 Added anti-aliasing by default to model text editors. 15 years ago
Dave Parker 490ec9b49e Replaced calls to system class loader with calls to parent class loader. Calls to system class loader 15 years ago
Dave Parker d19167bf63 Bug fix: Column headings in GUI simulator for CTMCs (spotted by Dave Musliner). 15 years ago
Dave Parker 54225c48f7 Properties returning intervals are plotted correctly in GUI graphs. 15 years ago
Dave Parker 087ea5da6a General tidy up of initial state handling in simulator, including a few GUI bug fixes. GUI default is to use the default initial state. For generation of simulation paths, there is a separate menu item to start from a specified state (and no option to switch asking on/off). Additional tidying and documentation in related parts of code too. 15 years ago
Dave Parker 93526c953c More sensible column ordering in GUI simulator (action labels, time columns). 15 years ago
Dave Parker 35f377ab3e Improved documentation (JavaDoc mostly). 15 years ago
Dave Parker 53a5274cb3 Addition of new statistical model checking stuff (patch difference between trunk and prism-statmc branch at this revision). 15 years ago
Dave Parker 95f46fcf1a Bugfix: digital clocks from GUI throws errors when it should not. 15 years ago
Dave Parker b81b80e877 Deadlocks reported as timelocks for PTAs model checked with digital clocks. 15 years ago
Dave Parker 65c2f23e71 GUI does not bug user to save settings on exit. 15 years ago
Dave Parker 9c599f2460 GUI offers graph creation for interval props (even if it will not yet display them properly). 15 years ago
Dave Parker 9a1384639f Removed accidental commit of diag output. 15 years ago
Dave Parker 37f9cf9325 Javadoc fixes. 15 years ago
Dave Parker db60e6487b Javadoc fixes. 15 years ago
Dave Parker a2fdbb007c Partial support for plotting interval results in GUI: just plot lower value. 15 years ago
Dave Parker 5bea84a402 Fix: Interval results show in GUI. 15 years ago