Package | Description |
---|---|
yartiss.engine.simulation | |
yartiss.engine.simulation.system | |
yartiss.engine.simulation.system.schedulable |
Modifier and Type | Method and Description |
---|---|
Job |
Event.getJob() |
Modifier and Type | Method and Description |
---|---|
void |
Event.setJob(Job job) |
Modifier and Type | Method and Description |
---|---|
Job |
ITask.activate(long time)
Activates a job of this task with a release time of 'time' units
|
Job |
AbstractTask.activate(long time) |
Job |
ITask.getCurrentJob()
Gets the current job of the task, i.e. the first job that has not been
completed
|
Job |
AbstractTask.getCurrentJob() |
Job |
ITask.getLastExecutedJob()
Gets task's last executed job
|
Job |
AbstractTask.getLastExecutedJob() |
Modifier and Type | Method and Description |
---|---|
PriorityQueue<Job> |
ITask.getActiveJobs()
Returns the active jobs of the task
|
PriorityQueue<Job> |
AbstractTask.getActiveJobs() |
Modifier and Type | Method and Description |
---|---|
void |
ITask.setLastExecutedJob(Job lastExecutedJob)
Sets last executed job of the task
|
void |
AbstractTask.setLastExecutedJob(Job lastExecutedJob) |
Modifier and Type | Method and Description |
---|---|
Job |
GraphTask.activate(long time) |
Job |
Job.cloneJob() |
Copyright © 2013. All Rights Reserved.