~tapaal-contributor/tapaal/unselect-objects-after-undo-1894108

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/TCTL/TCTLStatePlaceHolder.java

  • Committer: srba.jiri at gmail
  • Date: 2020-08-19 12:02:28 UTC
  • mfrom: (1071.2.34 untimed-timed-gui)
  • Revision ID: srba.jiri@gmail.com-20200819120228-ktxdev3ou3kuj3l0
merged in lp:~tapaal-contributor/tapaal/untimed-timed-gui adding timed/untimed lens projection

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                return true;
27
27
        }
28
28
 
29
 
        @Override
 
29
    @Override
 
30
    public boolean hasNestedPathQuantifiers() {
 
31
        return false;
 
32
    }
 
33
 
 
34
    @Override
30
35
        public boolean equals(Object o) {
31
36
                if (o instanceof TCTLStatePlaceHolder) {
32
37
                        return true;