Public Member Functions | Private Attributes | Static Private Attributes

de.fraunhofer.isst.axbench.timing.model.special.TaskResult Class Reference

List of all members.

Public Member Functions

TaskResult copy ()
int getInst ()
double getInstpart ()
double getT0 ()
double getT1 ()
double getT2 ()
void setInst (int inst2)
void setT0 (double t0)
void setT1 (double t1)
void setT2 (double t2)
 TaskResult (TaskResult task, double c2, double t)
 TaskResult (Task task, double d, int p)
 TaskResult (TaskResult toCopy)
String toBareHtmlString ()
String toString ()

Private Attributes

int inst
int instpart
Task sourcetask
double t0
double t1
double t2

Static Private Attributes

static final long serialVersionUID = 634175665362716517L

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.timing.model.special.TaskResult.TaskResult ( Task  task,
double  d,
int  p 
)
de.fraunhofer.isst.axbench.timing.model.special.TaskResult.TaskResult ( TaskResult  task,
double  c2,
double  t 
)
de.fraunhofer.isst.axbench.timing.model.special.TaskResult.TaskResult ( TaskResult  toCopy  ) 

Member Function Documentation

TaskResult de.fraunhofer.isst.axbench.timing.model.special.TaskResult.copy (  ) 
int de.fraunhofer.isst.axbench.timing.model.special.TaskResult.getInst (  ) 
double de.fraunhofer.isst.axbench.timing.model.special.TaskResult.getInstpart (  ) 
double de.fraunhofer.isst.axbench.timing.model.special.TaskResult.getT0 (  ) 
double de.fraunhofer.isst.axbench.timing.model.special.TaskResult.getT1 (  ) 
double de.fraunhofer.isst.axbench.timing.model.special.TaskResult.getT2 (  ) 
void de.fraunhofer.isst.axbench.timing.model.special.TaskResult.setInst ( int  inst2  ) 
void de.fraunhofer.isst.axbench.timing.model.special.TaskResult.setT0 ( double  t0  ) 
void de.fraunhofer.isst.axbench.timing.model.special.TaskResult.setT1 ( double  t1  ) 
void de.fraunhofer.isst.axbench.timing.model.special.TaskResult.setT2 ( double  t2  ) 
String de.fraunhofer.isst.axbench.timing.model.special.TaskResult.toBareHtmlString (  ) 
String de.fraunhofer.isst.axbench.timing.model.special.TaskResult.toString (  ) 

Member Data Documentation

final long de.fraunhofer.isst.axbench.timing.model.special.TaskResult.serialVersionUID = 634175665362716517L [static, private]