Blame |
Last modification |
View Log
| RSS feed
//package first_filter;
/**
* <p>Title: First XML filter</p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: Retis Lab</p>
* @author not attributable
* @version 1.0
*/
public class task_class
{
String name
;
int task_type
;
int contract
;
int localscheduler
;
int number
;
int group
;
timespec deadline
;
timespec wcet
;
int act_number
;
public task_class
() {
}
}