be.ac.ua.broker.scheduling.workload
Class DummySubTask

java.lang.Object
  extended by org.jfree.data.gantt.Task
      extended by be.ac.ua.broker.input.tasks.SubTask
          extended by be.ac.ua.broker.scheduling.workload.DummySubTask
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jfree.util.PublicCloneable

public class DummySubTask
extends SubTask

This class is used to represent a DummySubTask, it is used to fill the spots in a list of SubTask on the places where no actual subTask is scheduled.

Author:
Vermeersch Kurt
See Also:
Serialized Form

Constructor Summary
DummySubTask()
          Constructor for DummySubTask
 
Method Summary
 boolean isDummy()
           
 
Methods inherited from class be.ac.ua.broker.input.tasks.SubTask
getEndDate, getPrice, getSpecification, getStartDate, getTaskHour, isSpotEnabled, setPrice, setTimePeriod
 
Methods inherited from class org.jfree.data.gantt.Task
addSubtask, clone, equals, getDescription, getDuration, getPercentComplete, getSubtask, getSubtaskCount, removeSubtask, setDescription, setDuration, setPercentComplete, setPercentComplete
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummySubTask

public DummySubTask()
Constructor for DummySubTask

Method Detail

isDummy

public boolean isDummy()
Overrides:
isDummy in class SubTask
Returns:
whether the subTask is a dummy, which means it's not a real part of a task, it's just a place holder in the data structure in an empty slot.