| ViSibook-class {ViSiElse} | R Documentation |
Class ViSiBook
Description
Class ViSibook defines the structure of the process to be plotted.
Slots
varsa vector storing names of actions.
labela vector storing brief description of actions.
typeAa vector storing type of actions, "l" for long actions ( which have a stating time and an ending time ), "p" for punctual actions.
showordera vector storing order in which actions will be plotted. When an action should not be plotted,
showordershould beNA.deba vector.
Long actions
debstores the punctual action names that delimit the long actions beginning.Punctual action
NA.
fina vector.
Long actions
finstores the punctual action names that delimit the long actions ending.Punctual actions
NA.
GZDeba vector, optional,
GZdebstores punctual actions green zone starting time.GZFina vector, optional,
GZFinstores punctual actions green zone ending time.Repetitionoptional a vector, optional, When a green zone is defined,
Repetitionstores the duration of the time interval between green zones.BZBeforeDeba vector, optional,
BZBeforeDeba vector storing punctual black zone 1 starting time.BZBeforeFina vector, optional,
BZBeforeFinstoring punctual black zone 1 ending time.BZAfterDeba vector, optional,
BZAfterDebstores punctual black zone 2 starting time .BZAfterFina vector, optional,
BZAfterFinstores punctual black zone 2 ending time.BZLonga vector, optional,
BZLongstores the long action black zone time.BZLtypea vector, optional,
BZLtypestores the type of the black zone, "time" if the action should be finish at a time, "span" if the action should be finish in a time.NAMESa vector storing names of slots that are to be defined.
See Also
visielse for examples.