source: trunk/autoquest-plugin-usability2/src/main/java/de/ugoe/cs/autoquest/plugin/usability2/rules/operator/visitors/FindContained.java @ 1326

Last change on this file since 1326 was 1326, checked in by khartmann, 10 years ago

Moved alexanders code into a new plugin project.
First commit of my experimental code (needs a lot of cleanup).

File size: 287 bytes
Line 
1package de.ugoe.cs.autoquest.plugin.usability2.rules.operator.visitors;
2
3import de.ugoe.cs.autoquest.plugin.usability2.rules.operator.IFilter;
4
5public class FindContained extends AbstractBFSContinuableScanner {
6
7    public FindContained(IFilter marked) {
8        super(marked);
9    }
10
11}
Note: See TracBrowser for help on using the repository browser.