package schedframe.scheduling.plugin.grid; import schedframe.scheduling.JobInterface; import schedframe.scheduling.Queue; /** * * @author Marcin Krystek * * @param type of the native job representation */ public interface JobQueue extends Queue> { }