aircraftevent.ctxt

来自「一个飞机调度员模拟训练程序,可以添加跑道数量,控制飞机飞行的速度.默认的密码可以」· CTXT 代码 · 共 12 行

CTXT
12
字号
#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 + =
减小字号Ctrl + -
显示快捷键?