Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 624 nonmodifiable contradiction (#649)
* Update TreeView.java Made board unmodifiable when a selected tree node is part of a contradiction branch * Added contradiction check to mouse event Removed previous changes from TreeView Added board modifiability update to TreeController for each mouse press on the proof tree: modifiability is determined by whether or not the current selected node is part of a contradiction branch * Added comments Added comments to TreeController * Updated modifiability on rule application Set board modifiability of the current transition to false when a contradiction is applied in ValidateContradictionRuleCommand; Removed previous change to TreeController.
- Loading branch information