package com.breakersoft.plow; import java.util.UUID; public interface Matcher extends Filter { UUID getMatcherId(); }