class Waypoint
types
public BusStops = <A> | <B> | <C> | <D> | <E> | <F> | <Central>;
public WaypointsEnum = <WP1> | <WP2> | <WP3> | <WP4> | BusStops;
instance variables
protected id : WaypointsEnum;
protected isStop : bool := false;
operations
public Waypoint : Waypoint`WaypointsEnum ==> Waypoint
Waypoint(s) ==
(
id := s;
);
pure public GetId : () ==> WaypointsEnum
GetId()== return id;
pure public IsStop: () ==> bool
IsStop()== return isStop;
end Waypoint
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
|
schauen Sie vor die Tür
Fenster
Die Firma ist wie angegeben erreichbar.
Die farbliche Syntaxdarstellung ist noch experimentell.
|