369 Commits (f0bacc9cccee0adaf9a99e8a2369390cb74c2f2c)

Author SHA1 Message Date
Joachim Klein 162e8e158a (HOA path) Store ModulesFile / PropertiesFile location, if known 8 years ago
Dave Parker ae0b960922 Enable simulation of POMDPs in the GUI. 5 years ago
Dave Parker 35f392ec5e POMDPs: Allow arbitrary expressions as observables, not just variables. 5 years ago
Dave Parker ed7a20c693 Attempt to fix GUI threading bug in GUI simulator "plot path" feature. 6 years ago
Dave Parker 1b1e41b384 Update PRISM editor to newer Swing drawing methods. 5 years ago
Dave Parker c8fe2e0e67 Refactoring in GUI simulator path table. 5 years ago
Dave Parker 6206269aa4 Refactoring in GUI simulator path table. 5 years ago
Dave Parker 974e0300e7 GUI simulator fix: path table header now aligns on horizontal scroll. 5 years ago
Dave Parker c697613722 Refactor management of table columns in GUISimulator.UpdateTableModel. 5 years ago
Dave Parker 16a9e6fc1b Remove old code (userinterface/OptionsPanel). 6 years ago
Dave Parker 1b52202515 Remove old code (simulator/networking). 6 years ago
Dave Parker cd7523d2b8 Disable tree of model info in GUI: code is horrible and impossible to update. 8 years ago
Dave Parker 67adfc9ae7 Add -arg switch to set current working dir in command line and GUI. 6 years ago
Dave Parker 129c22e229 Compile fix for Java 14: Use static calls to Thread.yield(). 6 years ago
Dave Parker d6bc3101a8 GUI fix: do not show parsing red cross if model is blank. 6 years ago
Dave Parker 1749f26437 Bugfix: Broken GUI path generation when there are undefined constants. 6 years ago
Dave Parker e15283efc9 Migrate simulator to ModelGenerator from ModulesFile. 7 years ago
Dave Parker f97cd22744 Add extra property parsing methods to Prism that use the currently loaded model. 7 years ago
Chris Novakovic a712065d9a Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
Chris Novakovic f55d40cc9a Makefile: export standard compiler and compiler flag variables 7 years ago
Chris Novakovic aa09191f20 Makefile: prepend PRISM-specific _DIR variables with PRISM_ 7 years ago
Joachim Klein e69bbe40d8 GUIMultiModelHandler: Inhibit creation of WaitParseThread during GUI startup 7 years ago
Joachim Klein 84f4d7167d GUIMultiModelHandler: Refactor restarts of the WaitParseThread 7 years ago
Joachim Klein a328b64748 GUIPrism, GUIPlugin: Provide onInitComponentsCompleted hook for plugins 7 years ago
Joachim Klein cd8fc128d5 GUISimulator, 'Export path': Optionally export reward information as well 7 years ago
Joachim Klein 5ebbe698d1 Simulation results (GUI): Note if nondeterminism was resolved uniformly 7 years ago
Joachim Klein e8788b776f Fix rare crash during GUI startup. 7 years ago
Joachim Klein 6f325e96bb Add @Deprecated annotations for methods where deprecation is marked in JavaDoc 8 years ago
Joachim Klein cbdcde36cb GUISimPathFormulaeList: fix some warnings 8 years ago
Joachim Klein 0559014a2f GUISimulator: harden against exceptions 8 years ago
Joachim Klein 737ad9cd22 GUISimulator: Fix "Simulate up to step x, backtrack x steps" handling for CTMC models 8 years ago
Dave Parker 447d4732be GUI: Tooltip hints for creating new properties/constant/labels. 8 years ago
Dave Parker c0c8e686b8 GUI: Switch to Properties tab on creation of new properties file. 8 years ago
Joachim Klein 4de3c189a4 Build: Switch from javah (deprecated since JDK8) based JNI header generation to javac 8 years ago
Joachim Klein 159e9fd76e GUI: Handle StackOverflowErrors gracefully 8 years ago
Joachim Klein e33f8eee3c Add -javastack x command line parameter to specify Java stack size 8 years ago
Joachim Klein 88a10b763d GUI: In properties tab, support double-click for adding constants, labels 8 years ago
Joachim Klein 02d847c979 GUI: Support fractional constants in constant value picker for experiment 9 years ago
Joachim Klein 6c0294923e Use exact evaluation of constant expressions in exact and parametric mode 8 years ago
Dave Parker 270042f637 Tidy some w3c imports; was causing compile issues in Eclipse+Java10. 8 years ago
Joachim Klein abf37417fd Fix JDK9 compilation issue, use parser.ast.Module instead of Module 9 years ago
Joachim Klein 5adb550043 Makefiles: inhibit parallel building (-j n mode) 9 years ago
Joachim Klein 35858d3339 GUI, settings dialog: larger preferred width 9 years ago
Dave Parker c0e99cea6b Error message typo. 10 years ago
Joachim Klein 6dda865f04 Change prism.parseSingleExpressionString calls to static access 10 years ago
Joachim Klein c70922c329 GUISimulator, path formulae view: For P[ phi ] properties, display only the inner path formula phi 10 years ago
Joachim Klein 4f165146b1 GUISimulator: reactivate the display of path formulae in the corresponding simulator tab [reported by Steffen Märcker] 10 years ago
Joachim Klein 0cf8c8cbe0 GUI: Tweak double-click handling in property list 10 years ago
Joachim Klein 9ea440f147 GUI: In property editor dialog, place initial focus on the property text field 10 years ago
Dave Parker b6828a7045 Remove unused "techLog" from Prism object and other classes. 10 years ago