A B C D E F G H I K L M N O P R S T U V W X Y

G

gCost - Variable in class calculation.Vertex
Cost from start vertex of aStar to this vertex.
general - package general
Provides classes for handling some general data that all packages need.
get(String) - Static method in enum general.Parameter
Get Parameter by its name.
getAdjacent(int) - Method in class calculation.Vertex
Returns the adjacent Vertex of this Vertex in a certain direction.
getAdjacentNumber(Vertex) - Method in class calculation.Vertex
Returns the integer direction of follower vertex given in parameters.
getAdjacents() - Method in class calculation.Vertex
This method is used as a handle to the list of adjacent vertices.
getAirControlClass() - Method in class general.DataCollection
Returns current AirControl -class instance.
getAirport() - Method in class calculation.Graph
Return Airport vertex.
getAirportStatus() - Method in class airspace.AirControl
Returns airport status.
getArcPoints() - Method in class calculation.Graph
Return ArcPoints.
getArcPoints() - Method in class general.DataCollection
Return arcPoints.
getArrivedPlanes() - Method in class airspace.AirControl
Returns number of Planes that have arrived to airport.
getArrivedPlanes() - Method in interface airspace.AirControlInterface
Returns the number of arrived Planes.
getBestDir() - Method in class calculation.Vertex
Returns the bestDir value of this Vertex.
getBuildTree() - Method in class airspace.AirControl
Returns BuildTree of AirControl.
getCalculatePath(Vertex, ArrayList<Vertex>) - Method in class calculation.BuildTree
For testing.
getCalculationControl() - Method in class general.DataCollection
Returns CalculationControl -class.
getColor() - Method in class airspace.Plane
Returns color of Plane.
getCurrentNode() - Method in class airspace.Plane
Returns current TreeNode of Plane.
getDebugData() - Method in class graphics.GraphicsEngine
This method is for debugging.
getDir() - Method in class airspace.Plane
Gets direction of Plane.
getDistCost() - Method in class calculation.Vertex
Returns the distCost of this Vertex.
getDistToAirport() - Method in class airspace.Plane
Gets distance of Plane and airport.
getErrorMessage() - Method in class filecontroller.FileController
Method returns latest error message.
getErrorMessage() - Method in interface filecontroller.FileInterface
Returns latest error message.
getErrorMessage() - Method in class filecontroller.ReadImageFile
Returns latest error message.
getErrorMessage() - Method in class filecontroller.ReadPGMImageFile
Returns latest error message.
getfinalPathCount() - Method in class calculation.BuildTree
For testing.
getFlagMap() - Method in class general.DataCollection
Returns flag "map is changed".
getFlagPause() - Method in class general.DataCollection
Returns flag "pause mode".
getFrame() - Method in class graphics.GraphicsEngine
Returns next frame in bufferedImage.
getGCost() - Method in class calculation.Vertex
Returns the gCost of this Vertex.
getGraph() - Method in class calculation.BuildTree
Returns this.graph.
getGraph() - Method in class calculation.Graph
Returns the current graph.
getGraph() - Method in class general.DataCollection
Returns current graph.
getGraphics(int) - Method in class graphics.GraphicsEngine
Returns asked graphics -object (bufferedImage).
getGraphicsClass() - Method in class general.DataCollection
Returns current Graphics-class.
getHalfTable(ArrayList<Vertex>, boolean) - Method in class calculation.BuildTree
For testing.
getHCost() - Method in class calculation.Vertex
Returns the hCost of this vertex.
getId() - Method in class airspace.Plane
Returns the id of this Plane.
getInternalClock() - Method in class general.DataCollection
Returns internal clock value in seconds.
getLat() - Method in class airspace.Plane
Returns the latitude of this Plane.
getLat() - Method in class calculation.Vertex
Returns the latitude coordinate of this Vertex.
getLat() - Method in class filecontroller.WeatherMap
Returns map latitude.
getLeaves() - Method in class calculation.Tree
Returns the leaves of a tree (=every node without children).
getLeft() - Method in class calculation.TreeNode
Returns this.left.
getLon() - Method in class airspace.Plane
Returns the longitude of this Plane.
getLon() - Method in class calculation.Vertex
Returns the longitude coordinate of this Vertex.
getLon() - Method in class filecontroller.WeatherMap
Returns map longitude.
getMap() - Method in class filecontroller.ReadImageFile
Returns rendered weather data in bufferedImage -format.
getMap() - Method in class filecontroller.ReadPGMImageFile
Returns rendered weather data in bufferedImage -format.
getMap() - Method in class filecontroller.WeatherMap
Returns weather map.
getMapMatrix() - Method in class filecontroller.ReadImageFile
Returns rendered weather data in integer matrix.
getMapMatrix() - Method in class filecontroller.ReadPGMImageFile
Returns rendered weather data in integer matrix.
getMapMatrix() - Method in class filecontroller.WeatherMap
Returns map matrix.
getNextArc() - Method in class airspace.Plane
Returns next arc of Plane.
getNumberOfPlanes() - Method in class airspace.AirControl
Returns number of Planes currently on map.
getNumberOfPlanes() - Method in interface airspace.AirControlInterface
Returns the number of Planes currently on the map.
getOuterArc() - Method in class calculation.Graph
Returns ArcPoints of outermost arc.
getParameterClass() - Method in class general.DataCollection
Returns current Parameters-class.
getParameterName() - Method in enum general.Parameter
Get parameter name.
getParameterValue() - Method in enum general.Parameter
Get parameter value.
getParameterValue(String) - Method in class general.Parameters
Returns value for given parameter.
getParent() - Method in class calculation.TreeNode
Returns this.parent.
getParent() - Method in class calculation.Vertex
Returns the parent of this Vertex.
getPath() - Method in class airspace.Plane
Returns the path of this Plane.
getPathCounter() - Method in class calculation.BuildTree
For testing.
getPathSafety() - Method in class calculation.Vertex
Returns integer value telling on which path safety area this vertex is in.
getPictureName() - Method in class filecontroller.ReadImageFile
This method returns path and name of the next PGM-image in order.
getPictureName() - Method in class filecontroller.ReadPGMImageFile
This method returns path and name of the next PGM-image in order.
getPlanes() - Method in class airspace.AirControl
Returns list of Planes currently on map.
getPlanes() - Method in interface airspace.AirControlInterface
Returns a list of the Planes currently on the map.
getPrintColorPalette() - Method in class filecontroller.ReadImageFile
This method initialize a color palette, which is used when rendering storms from weather data into BufferedImage-object.
getPrintColorPalette() - Method in class filecontroller.ReadPGMImageFile
This method initialize a color palette, which is used when rendering storms from weather data into BufferedImage-object.
getRefreshRate() - Method in class general.DataCollection
Returns refresh rate.
getRight() - Method in class calculation.TreeNode
Returns this.right.
getRoot() - Method in class calculation.Tree
Returns this.root.
getSafetyZone() - Method in class airspace.Plane
Returns safety zone of Plane.
getScale() - Method in class filecontroller.WeatherMap
Returns map scale.
getSetSafetyDistance(Vertex, boolean, int, boolean) - Method in class calculation.BuildTree
For testing.
getSetSlidingSafetyDistance(Vertex, boolean, boolean) - Method in class calculation.BuildTree
For testing.
getSpeed() - Method in class airspace.Plane
Returns speed of Plane.
getState() - Method in class calculation.Vertex
Returns the state of this vertex.
getStatus() - Method in class filecontroller.FileController
Method returns current status of this instance.
getStatus() - Method in interface filecontroller.FileInterface
Returns current status.
getStatus() - Method in class filecontroller.ReadImageFile
Returns a current status of this instance.
getStatus() - Method in class filecontroller.ReadPGMImageFile
Returns a current status of this instance.
getStatus() - Method in class graphics.GraphicsEngine
Returns current status of this instance.
getStorm() - Method in class calculation.Vertex
Is this Vertex a storm Vertex?
getStormSafety() - Method in class calculation.Vertex
Returns true if this vertex is in storm safety area.
getTestSide(ArrayList<Vertex>, ArrayList<Vertex>) - Method in class calculation.BuildTree
For testing.
getTree() - Method in class calculation.BuildTree
Returns this.arrivalTree.
getTree() - Method in class calculation.Tree
Returns this.treeNodes.
getTreeClass() - Method in class general.DataCollection
Returns current Tree-class.
getTreeMergePoints() - Method in class calculation.Tree
Returns merge points of the tree.
getTreeRecursion(Vertex, ArrayList<Vertex>) - Method in class calculation.BuildTree
For testing.
getVertex() - Method in class calculation.TreeNode
Returns this.vertex.
getVertexLeaves() - Method in class calculation.Tree
Returns the leaves of a tree (=every node without children) as an ArrayList of Vertexes.
getVertexTree() - Method in class calculation.Tree
Returns this.treeNodes as arrayList of Vertexes.
getWeatherMap() - Method in class filecontroller.FileController
Method returns current instance of WeatherMap -class, which contains the actual weather data.
getWeatherMap() - Method in interface filecontroller.FileInterface
Returns current WeatherMap- class.
getWeatherMapClass() - Method in class general.DataCollection
Returns current WeatherMap-class.
getX() - Method in class calculation.Vertex
Returns the X-coordinate of this Vertex.
getY() - Method in class calculation.Vertex
Returns the Y-coordinate of this Vertex.
graph - Variable in class calculation.BuildTree
Graph used in calculation.
graph - Variable in class calculation.CalculationControl
Current instance of Graph class.
Graph - Class in calculation
This class presents the net of vertices.
Graph(DataCollection, int, int) - Constructor for class calculation.Graph
This is the constructor for the graph.
Graph(Vertex[][]) - Constructor for class calculation.Graph
a Constructor for testing purposes only.
graph - Variable in class calculation.Graph
graph matrix has a point (0,0) at left bottom corner.
graph - Variable in class general.DataCollection
graph Current graph.
graphDistanceTo(Vertex) - Method in class calculation.Vertex
Calculates the distance to other vertex in a Graph.
graphics - package graphics
Provides classes for showing the graphics.
graphics - Variable in class general.DataCollection
graphics Current instance of Graphics- class.
Graphics - Class in graphics
This class maintains the programs Graphics package.
Graphics(DataCollection) - Constructor for class graphics.Graphics
Construct whole graphics-package.
graphicsData - Variable in class graphics.GraphicsEngine
Graphics which is used in window and JPanels.
graphicsEngine - Variable in class graphics.Graphics
Current instance of GraphicsEngine class.
GraphicsEngine - Class in graphics
GraphicsEngine class is responsible for rendering graphics viewed on screen.
GraphicsEngine(DataCollection) - Constructor for class graphics.GraphicsEngine
Construct new instance of GraphicsEngine-class.
graphicsEngine - Variable in class graphics.GraphicsWindow
graphicsEngine instance of GraphicsEngine- class.
GraphicsInterface - Interface in graphics
Graphics- class implements this interface.
graphicsRenderAirport(Graphics2D, Vertex) - Method in class graphics.GraphicsEngine
Draw airport to offScreen image.
graphicsRenderAirspace(Graphics2D, ArrayList<Plane>) - Method in class graphics.GraphicsEngine
Render planes and plane paths to OffScreen- image.
graphicsRenderArcPoints(Graphics2D) - Method in class graphics.GraphicsEngine
Render arcPoints to OffScreen -image.
graphicsRenderArrivalTree(Graphics2D, TreeNode) - Method in class graphics.GraphicsEngine
Method uses pre-order traversal to draw arrival tree into offScreen -image.
graphicsRenderPlaneAsTriangle(Graphics2D, int, int, double) - Method in class graphics.GraphicsEngine
Render a plane as a triangle.
graphicsRenderRealArcPoints(Graphics2D, ArrayList<Vertex>[]) - Method in class graphics.GraphicsEngine
This method is for debugging.
graphicsRenderStuff(Graphics2D) - Method in class graphics.GraphicsEngine
This method is for debugging.
graphicsWindow - Variable in class graphics.Graphics
Current instance of GraphicsWindow class.
GraphicsWindow - Class in graphics
GraphicsWindow -class builds program's windows in new thread.
GraphicsWindow(DataCollection, GraphicsEngine) - Constructor for class graphics.GraphicsWindow
Construct new graphics-object.
graphUpdate(int, int[][], Vertex[][], int) - Method in class calculation.Graph
This method updates the graph, by the weatherdata included in the matrix.

A B C D E F G H I K L M N O P R S T U V W X Y