All Packages
Package Summary
Package
Description
Root package for project source, containing 2 classes and 3 packages:
- GS_Application, the main class
- GS_Controller, the controller class for the GUI GS_view.fxml
- model, the package for structural elements
- steps, the package for major method classes
- utilities, the package for utility classes, called by one or more of the previous classes
Package 'model' contains the three structural objects
of the project:
- Facet: the central items of Generalizability Theory
- Nest: the in-project repository of all the structural design parameters
- SampleSizeTree: the in-project repository of all experimental data, and their derivatives
Package 'steps' contains three method classes, called directly by GS_Application
Package containing 11 utility classes