Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
T
takeSnapshot()
- Method in class graphics.
GraphicsEngine
Take snapshot and store it into media -directory defined in parameter class.
testCalculateArcPoints(double, double, double)
- Method in class calculation.
Graph
Public method to test private method calculateArcPoints().
testingAddPlane()
- Method in class airspace.
AirControl
Created for testing addPlane.
testingCheckArc()
- Method in class airspace.
Plane
Created for testing checkArc.
testingCheckSpeeds()
- Method in class airspace.
Plane
Created for testing checkSpeeds.
testingclosestMergePoint(Plane, int)
- Method in class airspace.
AirControl
Created for testing closestMergePoint.
testingClosestTNToPlane(Plane)
- Method in class airspace.
AirControl
Created for testing closestTNToPlane.
testingFlyPlane(Plane)
- Method in class airspace.
AirControl
Created for testing flyPlane.
testingNewPath(Plane)
- Method in class airspace.
AirControl
Created for testing newPath.
testingSafetyZoneCheck()
- Method in class airspace.
AirControl
Created for testing safetyZoneCheck.
testingSorted(ArrayList<TreeNode>)
- Method in class airspace.
AirControl
Created for testing sort.
testMode
- Variable in class calculation.
CalculationControl
Test mode.
testSide(ArrayList<Vertex>, ArrayList<Vertex>)
- Method in class calculation.
BuildTree
Tests if the end of the path went to left or right.
timerUpdateAirSpace
- Variable in class calculation.
CalculationControl
Counter for airspace.
timerUpdateGraphics
- Variable in class calculation.
CalculationControl
Counter for graphics.
timerUpdateMap
- Variable in class calculation.
CalculationControl
Counter for map.
toString()
- Method in class airspace.
Plane
String presentation of Plane.
toString()
- Method in class calculation.
Vertex
Returns representation of x- and y-coordinates of this Vertex.
tree
- Variable in class airspace.
AirControl
Instance of BuildTree class.
Tree
- Class in
calculation
Class Tree implements the arrival tree for airplanes.
Tree()
- Constructor for class calculation.
Tree
Constructor, creates empty array lists for nodes.
tree
- Variable in class general.
DataCollection
tree Current instance of Tree- class.
treeMergePoints
- Variable in class calculation.
Tree
Merge points of the tree.
TreeNode
- Class in
calculation
Class TreeNode implements nodes for class Tree, which implements the arrival tree for air planes.
TreeNode(Vertex)
- Constructor for class calculation.
TreeNode
Constructor.
treeNodePath(ArrayList<Vertex>)
- Method in class calculation.
Tree
Makes a path containing tree nodes from path containing vertexes by creating new treenodes corresponding to vertexes and adding them, in same order as in parameter path, to a new ArrayList.
treeNodes
- Variable in class calculation.
Tree
Collection of nodes.
treeRecursion(Vertex, ArrayList<Vertex>)
- Method in class calculation.
BuildTree
The method which implements the recursion of the tree in calculation.
treeToString()
- Method in class calculation.
Tree
Prints x and y -coordinates of the tree.
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y