ViSibook-class: 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 ( which have a stating time and an ending time ), "p" for punctual.
showorder
- a vector storing order in which actions will be plotted. When an actions is not to be plot
showorder
should be NA
. deb
- a vector.
- Long actions
deb
stores the punctual action names that corresponds to long actions beginning.
- Punctual action
NA
.
fin
- a vector.
- Long actions
fin
stores the punctual action names that corresponds to 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 length 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 zome 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.