package de.ugoe.cs.autoquest.plugin.usability2.rules.operator; import de.ugoe.cs.autoquest.plugin.usability2.rules.results.IResult; import de.ugoe.cs.autoquest.tasktrees.treeifc.ITask; public interface IFilter { public IResult match(ITask task); }