api.txt.svn-base
来自「這是一個JAVA語言寫的多代理人程式用來模擬飛機起飛或是降落的程式」· SVN-BASE 代码 · 共 11 行
SVN-BASE
11 行
CSCI 201 FAA Project - Spring 2009 - Team 4cTeam 4c Agent to GUI APIThe 105 team will put their main file in gui.GUI.Every object in our FAA animation is an extension of WorldObject.WorldObjects contain a WorldObjectState object state that keeps track of the state of that object and a guiObject, which is a link to the animation.WorldObjects are animated by calling guiObject(String name, WorldObjectState objectState);It is up to us (the 201 groups) to calculate where each object is in the world. The 105 team merely displays what we tell it to display.The constructors in each of our agents and airport object must match, so they have been provided for you.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?