import java.util.Collection; import java.util.List; public interface Planner { List plan(Collection taken); }