~tapaal-contributor/tapaal/autodetect-lens-check2

« back to all changes in this revision

Viewing changes to src/pipe/dataLayer/TAPNQuery.java

merged in lp:~tapaal-contributor/tapaal/remove-nongame-queries removing nonvalid queries for the game feature 

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
        public void setUseOverApproximation(boolean useOverApproximation){
219
219
                overApproximation = useOverApproximation;
220
220
        }
221
 
        
 
221
 
 
222
    public void setUseOverApproximationEnabled(boolean useOverApproximationEnabled){
 
223
        this.enableOverApproximation = useOverApproximationEnabled;
 
224
    }
 
225
 
 
226
    public void setUseUnderApproximationEnabled(boolean useUnderApproximationEnabled){
 
227
        this.enableUnderApproximation = useUnderApproximationEnabled;
 
228
    }
 
229
 
222
230
        public void setUseReduction(boolean useReduction){
223
231
                this.useReduction = useReduction;
224
232
        }