Uses of Class
calculation.Tree

Packages that use Tree
airspace Provides classes for handling the planes. 
calculation Provides classes for handling the graph and the calculation of the arrival tree. 
general Provides classes for handling some general data that all packages need. 
 

Uses of Tree in airspace
 

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

Methods in airspace with parameters of type Tree
 void AirControl.setTree(Tree tree)
          Sets BuildTree for airControl.
 

Uses of Tree in calculation
 

Fields in calculation declared as Tree
private  Tree BuildTree.arrivalTree
          Arrival Tree calculated.
 

Methods in calculation that return Tree
 Tree BuildTree.getTree()
          Returns this.arrivalTree.
 

Methods in calculation with parameters of type Tree
 void BuildTree.setNewTree(Tree tree)
          For testing.
 

Uses of Tree in general
 

Fields in general declared as Tree
private  Tree DataCollection.tree
          tree Current instance of Tree- class.
 

Methods in general that return Tree
 Tree DataCollection.getTreeClass()
          Returns current Tree-class.
 

Methods in general with parameters of type Tree
 void DataCollection.setTreeClass(Tree tree)
          Set Tree-class instance.