products/Sources/formale Sprachen/Isabelle/Tools/VSCode/extension/src image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: installation.html   Sprache: Unknown

-----------------------------------------------
-- Class: Config
-- Description:  Config contains configuration values
-----------------------------------------------

--
-- class definition
--
class Config

--
-- Values definition section
--
values

--max passengers on bus
public static BusCapacity : nat = 15;
--speed limit on road, buses will always drive to the limit   
public static DefaultRoadSpeedLimit : nat = 10;      
--amount of waiting time beofre passengers become annoyed
public static PassengerAnnoyanceLimit : nat = 40;    
--max value of passengers inflow 
public static MaxInflow : nat = 10;    

end Config

[ Verzeichnis aufwärts0.1unsichere Verbindung  Übersetzung europäischer Sprachen durch Browser  ]