Package edu.iu.iv.common.util.algorithmview

Interface Summary
AlgorithmViewComponent A component used by the algorithm view.
 

Class Summary
AlgorithmView A dynamically generated view of an Algorithm.
AlgorithmViewComponentRegistry A registry used for getting a properly instantiated AlgorithmViewComponent given a class that will need to be edited.
BooleanComponent  
DataComponentMap A Map that analyzes the Algorithm, Validator, and Labeller methods and puts the appropriate data into a map that maps from label to ComponentData.
DoubleComponent An algorithm view component for editing native doubles.
IntComponent An algorithm view component for editing native ints.
StringComponent An algorithm view component for editing Strings.