⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aircraftevent.ctxt

📁 一个飞机调度员模拟训练程序,可以添加跑道数量,控制飞机飞行的速度.默认的密码可以在AtcSystem类里面修改,其中内置了三个用户名.这套系统是我和几个国外同学合力开发的,希望对大家有帮助
💻 CTXT
字号:
#BlueJ class context
comment0.params=a\ i\ r
comment0.target=AircraftEvent(Aircraft,\ int,\ Runway)
comment0.text=\nConstructor\ for\ AircraftEvent\ objects\n@param\ \ a\ which\ aircraft\ should\ change\ state\n@param\ \ i\ the\ state\ the\ aircraft\ should\ change\ to\n@param\ \ r\ the\ runway\ the\ aircraft\ should\ change\ to\n\n
comment1.target=int\ getState()
comment1.text=\nAccessor\ method\ for\ the\ state\ that\ the\ aircraft\ should\ be\ changed\ to\n\n@return\ \ \ \ \ the\ state\ that\ the\ aircraft\ should\ be\ changed\ to\n\n
comment2.target=Aircraft\ getAircraft()
comment2.text=\nAccessor\ method\ for\ the\ Aircraft\ whose\ state\ should\ be\ changed\n\n@return\ \ \ \ \ the\ Aircraft\ whose\ state\ should\ be\ changed\n\n
comment3.target=Runway\ getRunway()
comment3.text=\nAccessor\ method\ for\ the\ Runway\ the\ aircraft\ should\ land\ at\n\n@return\ \ \ \ \ the\ Aircraft\ whose\ state\ should\ be\ changed\n\n
numComments=4

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -