NASA World Wind

gov.nasa.worldwind.util
Class DecisionTree<T,C>

java.lang.Object
  extended by gov.nasa.worldwind.util.DecisionTree<T,C>

public class DecisionTree<T,C>
extends Object


Nested Class Summary
static interface DecisionTree.Controller<T,C>
           
 
Field Summary
protected  DecisionTree.Controller<T,C> controller
           
 
Constructor Summary
DecisionTree(DecisionTree.Controller<T,C> controller)
           
 
Method Summary
static void main(String[] args)
           
 void traverse(T o, C context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controller

protected DecisionTree.Controller<T,C> controller
Constructor Detail

DecisionTree

public DecisionTree(DecisionTree.Controller<T,C> controller)
Method Detail

main

public static void main(String[] args)

traverse

public void traverse(T o,
                     C context)

NASA World Wind