Uses of Class
calculation.BuildTree

Packages that use BuildTree
airspace Provides classes for handling the planes. 
calculation Provides classes for handling the graph and the calculation of the arrival tree. 
 

Uses of BuildTree in airspace
 

Fields in airspace declared as BuildTree
private  BuildTree AirControl.buildTree
          Instance of BuildTree class.
 

Methods in airspace that return BuildTree
 BuildTree AirControl.getBuildTree()
          Returns BuildTree of AirControl.
 

Methods in airspace with parameters of type BuildTree
 void AirControl.setBuildTree(BuildTree buildTree)
          Sets BuildTree for airControl.
 

Uses of BuildTree in calculation
 

Fields in calculation declared as BuildTree
private  BuildTree CalculationControl.buildTree
          Current instance of BuildTree class.