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
S
safety
- Variable in class calculation.
Graph
Safety zone distance for storms (how many graph nodes).
safetyDistance
- Variable in class calculation.
BuildTree
Safety distance.
safetyZone
- Variable in class airspace.
Plane
Safetyzone property of Plane.
safetyZoneCheck()
- Method in class airspace.
AirControl
Checks if two planes are too close and colors the one further away from airport red if they are too close.
SCALE
- Static variable in class calculation.
Graph
matrix scale to graph.
scale
- Variable in class filecontroller.
WeatherMap
Weather map scale.
scale
- Variable in class graphics.
GraphicsEngine
Scale is used to scout out different object to offScreen space.
serialVersionUID
- Static variable in class graphics.
GraphicsWindow
serialVersionUID this instance id.
serialVersionUID
- Static variable in class graphics.
InfoPane
Unique identifier.
serialVersionUID
- Static variable in class graphics.
OutputPane
Unique identifier.
setAdjacent(int, Vertex)
- Method in class calculation.
Vertex
Adds a vertex to the adjacent list.
setAirControlClass(AirControl)
- Method in class general.
DataCollection
Set current AirControl-class.
setArcPoints(ArrayList[])
- Method in class calculation.
Graph
a Method to set self defined arc points for testing.
setArcPoints(ArrayList<Vertex>[])
- Method in class general.
DataCollection
Set list of arcPoints.
setAvailable(boolean)
- Method in class calculation.
Vertex
Sets new boolean value for available field.
setBestDir(boolean)
- Method in class calculation.
Vertex
Sets a new BestDir value to this Vertex.
setBuildTree(BuildTree)
- Method in class airspace.
AirControl
Sets BuildTree for airControl.
setCalculationControl(CalculationControl)
- Method in class general.
DataCollection
Set Calculation -class instance.
setChild(TreeNode)
- Method in class calculation.
TreeNode
Sets child (left or right, first left) for node.
setColor(Color)
- Method in class airspace.
Plane
Sets color of plane.
setCurrentTreeNode(TreeNode)
- Method in class airspace.
Plane
Sets new TreeNode for Plane.
setDebugMode(boolean)
- Method in class graphics.
GraphicsEngine
Set demo mode.
setDebugMode2()
- Method in class graphics.
GraphicsEngine
Set demo 2 mode.
setDir(double, double, double, double)
- Method in class airspace.
Plane
Sets the direction of the plane as degrees (0 - 360) based on latitude and longitude coordinates of two points.
setDistCost(Vertex)
- Method in class calculation.
Vertex
Sets the distCost of this Vertex.
setDistToAirport(double)
- Method in class airspace.
Plane
Sets distance of Plane to airport.
setFlagMap(boolean)
- Method in class general.
DataCollection
Set "map is changed" flag.
setFlagPause(boolean)
- Method in class general.
DataCollection
Set "pause mode" flag.
setGCost(double)
- Method in class calculation.
Vertex
Sets a new gCost to this Vertex.
setGraph(Graph)
- Method in class calculation.
BuildTree
For testing.
setGraph(Vertex[][])
- Method in class general.
DataCollection
Set current graph.
setGraphicsClass(Graphics)
- Method in class general.
DataCollection
Set current Graphics -class instance.
setHCost(Vertex)
- Method in class calculation.
Vertex
Sets a new hCost to this Vertex.
setInternalClock(int)
- Method in class general.
DataCollection
Set internal clock value.
setLat(double)
- Method in class airspace.
Plane
Set latitude of plane.
setLon(double)
- Method in class airspace.
Plane
Returns longitude of plane.
setNewTree(Tree)
- Method in class calculation.
BuildTree
For testing.
setParameterClass(Parameters)
- Method in class general.
DataCollection
Set current Parameter -class.
setParameterValue(String)
- Method in enum general.
Parameter
Set parameter value.
setParent(TreeNode)
- Method in class calculation.
TreeNode
Sets this.parent.
setParent(Vertex)
- Method in class calculation.
Vertex
Sets a new parent to this Vertex.
setPath(TreeNode)
- Method in class airspace.
Plane
Sets new path starting from currentNode.
setPathSafety(int)
- Method in class calculation.
Vertex
Sets this.pathSafety to be as parameter value.
setRefreshRate(long)
- Method in class general.
DataCollection
Set current refresh rate.
setSafetyDistance(Vertex, boolean, int, boolean)
- Method in class calculation.
BuildTree
Makes or removes the safety distance around the node.
setSafetyDistanceAirPlanes(Vertex, boolean, int)
- Method in class calculation.
BuildTree
This method is similar that the method setSafetyDistance.
setSafezone(boolean, Vertex, int)
- Method in class calculation.
Graph
This method sets nodes around a storm not available, thus setting an unavailable perimeter around the bad weather.
setSlidingSafetyDistance(Vertex, boolean, boolean)
- Method in class calculation.
BuildTree
Sets a safety distance (true or false) to a certain area under the node, determined by value this.safetyDistance.
setSpeed(double)
- Method in class airspace.
Plane
Sets speed of Plane.
setState(int)
- Method in class calculation.
Vertex
Sets new state to this vertex.
setStorm(boolean)
- Method in class calculation.
Vertex
Marks this Vertex to be a storm Vertex.
setStormSafety(boolean)
- Method in class calculation.
Vertex
Sets parameter value to be value of this.stormSafety.
setTestMode()
- Method in class calculation.
CalculationControl
This method sets the test mode on for JUnit tests.
setTimerFlag(boolean)
- Method in class calculation.
CalculationControl
Set timer's flag.
setTimerFlag(boolean)
- Method in interface calculation.
CalculationInterface
Set flag.
setTree(Tree)
- Method in class airspace.
AirControl
Sets BuildTree for airControl.
setTreeClass(Tree)
- Method in class general.
DataCollection
Set Tree-class instance.
setTreeMergePoints(ArrayList<Vertex>)
- Method in class calculation.
Tree
Sets this.treeMergePoints from parameter.
setWeatherMapClass(WeatherMap)
- Method in class general.
DataCollection
Set WeatherMap -class instance.
showErrorMessage(String, boolean)
- Method in class graphics.
Graphics
Method forwards error message to popup-window.
showErrorMessage(String, boolean)
- Method in interface graphics.
GraphicsInterface
Show error message.
showErrorMessage(String, boolean)
- Method in class graphics.
GraphicsWindow
Shows error message in popup-window.
showMessage(String)
- Method in class graphics.
Graphics
Method forwards message to popup-window.
showMessage(String)
- Method in interface graphics.
GraphicsInterface
Show message.
showMessage(String)
- Method in class graphics.
GraphicsWindow
Shows public message in popup-window.
sort(ArrayList<TreeNode>)
- Method in class airspace.
AirControl
Sorts merge point ArrayList to ArrayList[] based on distance from airport.
SOUTH
- Static variable in class calculation.
Vertex
Possible direction of adjacent Vertex.
SOUTHEAST
- Static variable in class calculation.
Vertex
Possible direction of adjacent Vertex.
SOUTHWEST
- Static variable in class calculation.
Vertex
Possible direction of adjacent Vertex.
speed
- Variable in class airspace.
Plane
Speed property of Plane.
start
- Variable in class calculation.
Graph
Arc point sector start angle.
startDelay()
- Method in class calculation.
CalculationControl
Method pauses this thread for a second.
startPointCount
- Variable in class calculation.
Graph
Number of start points for planes.
state
- Variable in class calculation.
Vertex
How A* sees this vertex.
status
- Variable in class filecontroller.
FileController
Status reveal if constructor fails.
status
- Variable in class filecontroller.
ReadImageFile
Status reveal if constructor or rendering fails.
status
- Variable in class filecontroller.
ReadPGMImageFile
status is false if construct fails.
status
- Variable in class graphics.
GraphicsEngine
Status is false until first offScreen image is ready.
STORM
- Static variable in class calculation.
Graph
The storm limit of the weather matrix.
storm
- Variable in class calculation.
Vertex
Is this a storm vertex?
stormSafety
- Variable in class calculation.
Vertex
Tells if this vertex is in storm safety distance area.
stormSensitivity
- Variable in class filecontroller.
ReadImageFile
Boundary of storm on dBZ-scale.
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