package de.ugoe.cs.autoquest.plugin.alignment; import java.util.List; public interface Alignment { public List getMatches(); }