package esl.cuenet.source.selection; public interface Matcher { boolean match(); }