model - G-String-Legacy/GS_MV GitHub Wiki

return

The package 'model' (GS_LV/src/main/java/org/gsusers/gsmv/model) contains the three central components of the G_String design: Facet, Nest, and SampleSizeTree.

The names of the objects describe their functions, and details are contained in the comments of the source code. The meaning of 'Facet' is obvious in the context of Generalizability Analysis. The object 'Nest' encapsulates the details of how the facets are arranged, and various obvious parameters and methods relevant to the design. The 'SampleSizeTree' contains the values of, and relationships between the sample sizes of the nested facet arrangement. It also keeps track of the facet indices.

All three objects 'Facet', 'Nest', and 'SampleSizeTree' are used by both 'AnaGroups', and 'SynthGroups'.