A B C D F G I M N P R S T V W Z

T

tearDown() - Method in class test.calculation.GraphTest
Free resources and memory.
tearDown() - Method in class test.filecontroller.FileControllerTest
Free resources and memory.
tearDown() - Method in class test.general.DataCollectionTest
Free resources and memory.
tearDown() - Method in class test.general.ParametersTest
Free resources and memory.
tearDown() - Method in class test.graphics.GraphicsWindow
Free resources and memory.
test - package test
Provides classes for running all the unit tests.
test.airspace - package test.airspace
Provides classes for testing the package airspace.
test.calculation - package test.calculation
Provides classes for testing the package calculation.
test.filecontroller - package test.filecontroller
Provides classes for testing the package filecontroller.
test.general - package test.general
Provides classes for testing the package general.
test.graphics - package test.graphics
Provides classes for testing the package graphics.
test.integration - package test.integration
Provides classes for integration tests.
test1() - Method in class test.general.ParameterTest
Testing if value for DataDir is by default = src/data/images/.
test2() - Method in class test.general.ParameterTest
Testing if getting non-existent parameters returns null.
testAddPlane() - Method in class test.airspace.AirControlTest
Test addPlane method.
testAddToPath() - Method in class test.airspace.PlaneTest
Tests method addToPath().
testAddToTree() - Method in class test.calculation.TreeTest
Tests method addToTree.
testAirControl() - Method in class test.airspace.AirControlTest
Test airControls method.
testApply() - Method in class test.filecontroller.WeatherMapTest
Test apply, getMap and getMapMatrix -methods.
testApplyWide() - Method in class test.filecontroller.WeatherMapTest
Test apply, getScale, getLon, getLat .methods.
testAStar() - Method in class test.calculation.BuildTreeTest
Tests if aStar finds correct paths in different situations in the test graph.
testBuildNextFrame() - Method in class test.graphics.GraphicsEngineTest
Tests for build basic frame.
testCalculate() - Method in class test.calculation.BuildTreeTest
Tests method calculate and treeRecursion.
testCalculateArcPoints() - Method in class test.calculation.GraphTest
Test to calculate arc points.
testCalculateDir() - Method in class test.calculation.VertexTest
Tests calculateDir().
testCalculateDirCost() - Method in class test.calculation.VertexTest
Tests calculateDirCost().
testCalculatePath() - Method in class test.calculation.BuildTreeTest
Tests method calculatePath.
testCalculation() - Method in class test.integration.CalculationIntegrationTest
Test Calculation -class and mates.
testClearPath() - Method in class test.airspace.PlaneTest
Tests method clearPath().
testClosestMergePoint() - Method in class test.airspace.AirControlTest
Test closestMergePoint method.
testClosestTNToPlane() - Method in class test.airspace.AirControlTest
Test closestTNToPlane method.
testCompareTo() - Method in class test.airspace.PlaneTest
Tests compareTo().
testCompareTo() - Method in class test.calculation.VertexTest
Tests compareTo().
testControlPlanes() - Method in class test.airspace.AirControlTest
Test controlPlanes() method.
testDataCollectionAirControl() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionArcPoints() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionCalculationControl() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionFlags() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionGraph() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionGraphics() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionInternalClock() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionParameters() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionRefreshRate() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionTree() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDataCollectionWeatherMap() - Method in class test.general.DataCollectionTest
This method tests getters and setters.
testDistanceOfPoints() - Method in class test.airspace.PlaneTest
Tests method distanceOfPoints().
testDistanceTo() - Method in class test.calculation.VertexTest
Tests distanceTo().
testDistanceToDoubleDouble() - Method in class test.airspace.PlaneTest
Tests method distanceTo(double targlat, double targlon).
testDistanceToPlane() - Method in class test.airspace.PlaneTest
Tests method distanceToPlane(Plane other).
testFly() - Method in class test.airspace.PlaneTest
Tests method fly().
testFlyPlane() - Method in class test.airspace.AirControlTest
Test flyPlane method.
testGetAirport() - Method in class test.calculation.GraphTest
Test to see if airport vertex can be returned.
testGetAirportStatus() - Method in class test.airspace.AirControlTest
Test getAirportStatus() method.
testGetArcPoints() - Method in class test.calculation.GraphTest
Method to test if arc points are created.
testGetArrivedPlanes() - Method in class test.airspace.AirControlTest
Test getArrivedPlanes() method.
testGetErrorMessage() - Method in class test.filecontroller.ReadImageFileTest
Test getErrorMessage.
testGetErrorMessage() - Method in class test.filecontroller.ReadPGMImageFileTest
Test getErrorMessage.
testGetLat() - Method in class test.airspace.PlaneTest
Tests method getLat().
testGetLeaves() - Method in class test.calculation.TreeTest
Tests method getLeaves and getVertexLeaves.
testGetLon() - Method in class test.airspace.PlaneTest
Tests method getLon().
testGetMap() - Method in class test.filecontroller.ReadImageFileTest
Test getMap -method.
testGetMap() - Method in class test.filecontroller.ReadPGMImageFileTest
Test getMap -method.
testGetMapMatrix() - Method in class test.filecontroller.ReadImageFileTest
Test getMapMatrix -method.
testGetMapMatrix() - Method in class test.filecontroller.ReadPGMImageFileTest
Test getMapMatrix -method.
testGetNumberOfPlanes() - Method in class test.airspace.AirControlTest
Test getNumberOfPlanes() method.
testGetParameterValue1() - Method in class test.general.ParametersTest
Test method for getParameterValue()}.
testGetParameterValue2() - Method in class test.general.ParametersTest
Another test method for getParameterValue()}.
testGetPlanes() - Method in class test.airspace.AirControlTest
Test getPlanes() method.
testGetSafetyZone() - Method in class test.airspace.PlaneTest
Tests method getSafetyZone().
testGettersAndSetters() - Method in class test.calculation.VertexTest
Tests some getters and setters in Vertex class.
testGetVertexTree() - Method in class test.calculation.TreeTest
Tests method getVertexTree.
testGraph() - Method in class test.calculation.GraphTest
Test for graph creation.
testGraphDistanceTo() - Method in class test.calculation.VertexTest
Tests graphDistanceTo().
testGraphics() - Method in class test.integration.GraphicsIntegrationTest
Test Calculation -class and mates.
testGraphicsEngine() - Method in class test.graphics.GraphicsEngineTest
Tests for constructor.
testHalfTable() - Method in class test.calculation.BuildTreeTest
Tests method halfTable.
testIsOnArrivalTree() - Method in class test.airspace.PlaneTest
Tests method isOnArrivalTree().
testNewPath() - Method in class test.airspace.AirControlTest
Test newPath() method.
testParam - Variable in class test.general.ParameterTest
Test parameter.
testParameters() - Method in class test.general.ParametersTest
Test method for Parameters.Parameters(java.lang.String[]).
testPathLength() - Method in class test.calculation.BuildTreeTest
Test for pathLength().
testPGMFilesNotFound() - Method in class test.filecontroller.ReadImageFileTest
Tests for case PGM -images doesn't exists.
testPGMFilesNotFound() - Method in class test.filecontroller.ReadPGMImageFileTest
Tests for case PGM -images doesn't exists.
testPGMUpdate() - Method in class test.filecontroller.FileControllerTest
Test update -method when imagetype is "PGM".
testPlane() - Method in class test.airspace.PlaneTest
Tests the constructor.
testRadarFileController() - Method in class test.filecontroller.FileControllerTest
This method test constructor.
testRadarGetErrorMessage() - Method in class test.filecontroller.FileControllerTest
Test getErrorMessage() method.
testRadarGetWeatherMap() - Method in class test.filecontroller.FileControllerTest
Test getWeathermap -method when imageType is "radar".
testRadarUpdate() - Method in class test.filecontroller.FileControllerTest
Test update -method when imagetype is "radar".
testReadImageFile() - Method in class test.filecontroller.ReadImageFileTest
Test constructor.
testreadPGMImageFile() - Method in class test.filecontroller.ReadPGMImageFileTest
Test constructor .
testReset() - Method in class test.calculation.VertexTest
Tests reset().
testResetGraph() - Method in class test.calculation.GraphTest
Test for resetGraph class.
testSafetyZoneCheck() - Method in class test.airspace.AirControlTest
Test safetyZoneCheck() method.
testScale() - Method in class test.calculation.GraphTest
Test to check if scale function works.
testSetAdjacentGetAdjacent() - Method in class test.calculation.VertexTest
Tests setAdjacent() and getAdjacent().
testSetBestDirGetBestDir() - Method in class test.calculation.VertexTest
Tests setBestDir() and getBestDir().
testSetBuildTreeGetTree() - Method in class test.airspace.AirControlTest
Test setBuildTree() method.
testSetChild() - Method in class test.calculation.TreeNodeTest
Tests method setChild.
testSetColorGetColor() - Method in class test.airspace.PlaneTest
Tests methods setColor() and getColor().
testSetCurrentTreeNodeGetCurrent() - Method in class test.airspace.PlaneTest
Tests methods setCurrentTreeNode() and getCurrentNode().
testSetDirGetDir() - Method in class test.airspace.PlaneTest
Tests methods setDir() and getDir().
testSetDistToAirport() - Method in class test.airspace.PlaneTest
Tests method setDistToAirport().
testSetLat() - Method in class test.airspace.PlaneTest
Tests method setLat().
testSetLon() - Method in class test.airspace.PlaneTest
Tests method setLon().
testSetParent() - Method in class test.calculation.TreeNodeTest
Tests method setParent.
testSetPathGetPath() - Method in class test.airspace.PlaneTest
Tests methods getPath() and getPath().
testSetSafetyDistance() - Method in class test.calculation.BuildTreeTest
Tests method setSafetyDistance.
testSetSafezone() - Method in class test.calculation.GraphTest
test to check if setSafeZone works properly.
testSetSlidingSafetyDistance() - Method in class test.calculation.BuildTreeTest
Tests method setSlidingSafetyDistance.
testSetSpeedGetSpeed() - Method in class test.airspace.PlaneTest
Tests methods setSpeed() and getSpeed().
testSetStateGetState() - Method in class test.calculation.VertexTest
Tests setState() and getState().
testSort() - Method in class test.airspace.AirControlTest
Test sort() method.
testTestSide() - Method in class test.calculation.BuildTreeTest
Tests method testSide.
testToString() - Method in class test.airspace.PlaneTest
Tests method toString().
testToString() - Method in class test.calculation.VertexTest
Tests toString().
testTree() - Method in class test.calculation.TreeTest
Tests constructor.
testTreeNode() - Method in class test.calculation.TreeNodeTest
Tests constructor.
testTreeNodePath() - Method in class test.calculation.TreeTest
Tests method treeNodePath.
testUpdate() - Method in class test.airspace.AirControlTest
Test update() method.
testUpdate() - Method in class test.calculation.GraphTest
Test for update method.
testUpdate() - Method in class test.filecontroller.ReadImageFileTest
Test update method.
testUpdate() - Method in class test.filecontroller.ReadPGMImageFileTest
Test update method.
testUpdateUntilNoMoreWeatherData() - Method in class test.filecontroller.ReadImageFileTest
Test "No more weather data" -situation.
testUpdateUntilNoMoreWeatherData() - Method in class test.filecontroller.ReadPGMImageFileTest
Test "No more weather data" -situation.
testVertex() - Method in class test.calculation.VertexTest
Tests the constructor.
testWeathersetFileNotFound() - Method in class test.filecontroller.ReadImageFileTest
Tests for case WeatherSet -file not found.
testWeathersetFileNotFound() - Method in class test.filecontroller.ReadPGMImageFileTest
Tests for case WeatherSet -file not found.
tree - Variable in class test.airspace.AirControlTest
Tree.
tree - Variable in class test.calculation.TreeTest
Tree for testing.
tree2 - Variable in class test.airspace.AirControlTest
Tree2.
tree2 - Variable in class test.calculation.TreeTest
Another tree for testing.
treeNode - Variable in class test.airspace.AirControlTest
TreeNode.
treeNode - Variable in class test.airspace.PlaneTest
TreeNode.
treeNode - Variable in class test.calculation.TreeNodeTest
Treenode.
TreeNodeTest - Class in test.calculation
Tests class calculation.TreeNode.
TreeNodeTest() - Constructor for class test.calculation.TreeNodeTest
 
TreeTest - Class in test.calculation
Tests class calculation.Tree.
TreeTest() - Constructor for class test.calculation.TreeTest
 

A B C D F G I M N P R S T V W Z