source: DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsSP.java @ 680

Revision 680, 408 bytes checked in by wojtekp, 12 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.article.recs.plugins.scheduling;
2
3import schedframe.scheduling.tasks.TaskInterface;
4import test.article.recs.utils.TaskToApp;
5import example.localplugin.BaseLocalSchedulingPlugin;
6
7public abstract class RecsSP extends BaseLocalSchedulingPlugin {
8
9        protected TaskToApp taskToApp = new TaskToApp();
10       
11        protected void initApplicationType(TaskInterface<?> task){
12                 taskToApp.getAppType(task);
13        }
14}
Note: See TracBrowser for help on using the repository browser.