Serialized Form


Package be.ac.ua.broker.input.tasks

Class be.ac.ua.broker.input.tasks.SubTask extends org.jfree.data.gantt.Task implements Serializable

serialVersionUID: 1L

Serialized Fields

taskHour

int taskHour
The hour of the original task this subtask corresponds to.


specification

TaskSpecification specification
The specification of the original task this sub task is a part of


partPrice

Price partPrice
The price associated with the subTask during the allocation phase of the broker process.


start

java.util.Date start
The start time of the subTask.


end

java.util.Date end
The end time of the subTask


Package be.ac.ua.broker.output.gui

Class be.ac.ua.broker.output.gui.ScheduleGUI extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

menuBar

javax.swing.JMenuBar menuBar
The menu bar of the GUI

Class be.ac.ua.broker.output.gui.SchedulerCategoryItemEntity extends org.jfree.chart.entity.CategoryItemEntity implements Serializable

serialVersionUID: 1L

Serialized Fields

tooltipgenerator

ToolTipGenerator tooltipgenerator
The toolTipGenerator to use when the user hovers over the corresponding part of the Gantt-chart for the broker schedule.


sub

SubTask sub
The subtask corresponding to the part of the schedule corresponding to this categoryItem of the Gantt-like chart that represents a broker schedule.

Class be.ac.ua.broker.output.gui.ScheduleRegionTabs extends javax.swing.JTabbedPane implements Serializable

serialVersionUID: 1L

Class be.ac.ua.broker.output.gui.ScheduleRenderer extends org.jfree.chart.renderer.category.GanttRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

tooltipgenerator

ToolTipGenerator tooltipgenerator
The ToolTipGenerator to use when the user hovers over a part of the Gantt-chart for the broker schedule.

Class be.ac.ua.broker.output.gui.ToolTipGenerator extends org.jfree.chart.labels.IntervalCategoryToolTipGenerator implements Serializable

serialVersionUID: 1L


Package be.ac.ua.broker.scheduling.workload

Class be.ac.ua.broker.scheduling.workload.DummySubTask extends SubTask implements Serializable

serialVersionUID: 1L


Package be.ac.ua.broker.utils

Class be.ac.ua.broker.utils.DateUtility.WeekDateFormat extends java.text.DateFormat implements Serializable

serialVersionUID: 1L

Class be.ac.ua.broker.utils.InstanceNotAvailableException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

fInstance

java.lang.String fInstance
Provided instance type by user input


fRegion

java.lang.String fRegion
Provided geographical region by user input


fOS

java.lang.String fOS
Provided operating system by user input

Class be.ac.ua.broker.utils.InvalidInputException extends java.lang.Exception implements Serializable

serialVersionUID: 1L