initialize-ViSibook
Method initialize for class ViSibook object.
# S4 method for ViSibook
initialize(.Object, vars, label, typeA, showorder,
deb, fin, GZDeb, GZFin, Repetition, BZBeforeDeb, BZBeforeFin, BZAfterDeb,
BZAfterFin, BZLong, BZLtype, NAMES)
a ViSibook object.
Vector storing names of actions.
Vector storing brief description of actions.
Vector storing type of actions, "l" for long actions, "p" for punctual actions.
Vector storing order in which actions will be plotted. showorder should be "NA" for actions not to be plotted.
Vector storing, for long actions, the punctual action names that corresponds to its start.
Vector storing, for long actions, the punctual action names that corresponds to its end.
Vector storing punctual actions green zone starting time.
Vector storing punctual action green zone ending time.
Vector storing if the green zones should be repeated the time interval of repetition.
Vector storing punctual black zone 1 starting time.
Vector storing punctual black zone 1 ending time.
Vector storing punctual black zone 2 starting time.
Vector storing punctual black zone 2 ending time.
Vector storing the long action black zone time.
Vector storing the type of the black zone, "time" if the action should be finish at a deadline, "span" if the action should not last more than a period.
Vector storing names of slots that are to be considered for plot-ViSigrid-method
.
a ViSibook object
See plot-ViSigrid-method
for examples.