The TIV_D class represents the TIV_D beacon, and implements the
abstract Beacon class. The instancevariables represent the
information provided by the TIV_D, the target speed (target distance to the speed restriction and declivity are not used in the model and
have therefore been left out). In this model only the target speed is
used. An operation create for setting the instancevariables, operationsfor getting the target speed and entire information exist.
\begin{vdm_al} class TIV_D issubclassof Beacon
instancevariables
targetspeed : real;
operations
public
TIV_D: real ==> TIV_D
TIV_D (ts) ==
targetspeed := ts;
public
getTargetSpeed : () ==> real
getTargetSpeed () == return targetspeed;
end TIV_D
\end{vdm_al}
Messung V0.5
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.