ViSibook-class {ViSiElse} | R Documentation |
Class ViSiBook
Description
Class ViSibook
defines the structure of the process to be plotted.
Slots
vars
a vector storing names of actions.
label
a vector storing brief description of actions.
typeA
a vector storing type of actions, "l" for long actions ( which have a stating time and an ending time ), "p" for punctual actions.
showorder
a vector storing order in which actions will be plotted. When an action should not be plotted,
showorder
should beNA
.deb
a vector.
Long actions
deb
stores the punctual action names that delimit the long actions beginning.Punctual action
NA
.
fin
a vector.
Long actions
fin
stores the punctual action names that delimit the long actions ending.Punctual actions
NA
.
GZDeb
a vector, optional,
GZdeb
stores punctual actions green zone starting time.GZFin
a vector, optional,
GZFin
stores punctual actions green zone ending time.Repetition
optional a vector, optional, When a green zone is defined,
Repetition
stores the duration of the time interval between green zones.BZBeforeDeb
a vector, optional,
BZBeforeDeb
a vector storing punctual black zone 1 starting time.BZBeforeFin
a vector, optional,
BZBeforeFin
storing punctual black zone 1 ending time.BZAfterDeb
a vector, optional,
BZAfterDeb
stores punctual black zone 2 starting time .BZAfterFin
a vector, optional,
BZAfterFin
stores punctual black zone 2 ending time.BZLong
a vector, optional,
BZLong
stores the long action black zone time.BZLtype
a vector, optional,
BZLtype
stores 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.NAMES
a vector storing names of slots that are to be defined.
See Also
visielse
for examples.