Index
All Classes and Interfaces|All Packages
S
- SampleSizeTree - Class in org.gsusers.gsmv.model
-
Class SampleSizeTree The SampleSizeTree object contains the whole structure of the sample sizes for both crossed and nested facets, as well management of indices, incrementing indices (stepping), and calculation of range for each configuration ('Effect').
- SampleSizeTree(Nest, gsLogger, Preferences) - Constructor for class org.gsusers.gsmv.model.SampleSizeTree
-
Constructor for
SampleSizeTree
- SampleSizeView - Class in org.gsusers.gsmv.utilities
-
'SampleSizeView' (ssv) is a specialized text field for the display and modification of sample size values in the 'SampleSizeTree', both for the construction of the SampleSize page (Called by both AnaGroups (step 8) and SynthGroups (step 6).
- SampleSizeView(SampleSizeTree, char, Integer, Integer, Integer, Integer[]) - Constructor for class org.gsusers.gsmv.utilities.SampleSizeView
-
constructor
- saveAll() - Method in class org.gsusers.gsmv.GS_Application
-
In response GUI activates the analysis branch to save the collected results.
- saveAll() - Method in class org.gsusers.gsmv.steps.AnaGroups
-
In response to GUI saves all the analysis results in a text file according to user's instructions.
- saveParametersDialog(String, String) - Method in class org.gsusers.gsmv.utilities.Filer
-
opens
Alert
dialog to solicit location for new script file to be saved to. - saveVariable(String, String, String) - Method in class org.gsusers.gsmv.model.Nest
-
General purpose variable saving method.
- sDump(String[]) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
utility to format string array for text output.
- set_cRep(char) - Method in class org.gsusers.gsmv.model.Nest
-
Setter for cReplicate
- setArrays(String) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
Establishes the structural arrays.
- setAsterisk(char) - Method in class org.gsusers.gsmv.model.Nest
-
setter of
iAsterisk
by facet char Designation. - setAsterisk(char) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
sets the char for the starred Facet
- setAsterisk(Boolean) - Method in class org.gsusers.gsmv.model.Facet
-
Setter of bAsterisk.
- setComments(String) - Method in class org.gsusers.gsmv.model.Nest
-
setter for script comments.
- setConfigurations(String[]) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
1D String array with syntax od design
- setCrossed(char, Boolean) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
Setter for
Facet
'bCrossed' status (vs bNested). - setDawdle(Boolean) - Method in class org.gsusers.gsmv.model.Nest
-
setter of
bDawdle
. - setDepths() - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
calculates total number of possible states for each Facet
- setDepths(int[]) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
Setter of facet number of states
- setDesignation(char) - Method in class org.gsusers.gsmv.model.Facet
-
Setter for symbolic character designating the facet, usually the lower case initial of the name.
- setdFacetLevel(Double) - Method in class org.gsusers.gsmv.model.Facet
-
Setter of FacetLevel (Double).
- setDictionary(String) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
setter for sDictionary
- setDoOver(Boolean) - Method in class org.gsusers.gsmv.model.Nest
-
setter for
bDoOver
, i.e. - setFacetCount(int) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
setter of FacetCount and indices array establishment.
- setFacetCount(Integer) - Method in class org.gsusers.gsmv.model.Nest
-
setter for
iFacetCount
. - setFacetDesignation(int, char) - Method in class org.gsusers.gsmv.model.Nest
-
Sets designation char of current facet
- setFacetLevel() - Method in class org.gsusers.gsmv.model.Facet
-
Calculates levels for G studies for facets of generalization: simple mean of sample sizes for 1 level of nesting, harmonic mean for higher levels of nesting.
- setFacetName(int, String) - Method in class org.gsusers.gsmv.model.Nest
-
Sets name of current facet
- setFacetNested(int, Boolean) - Method in class org.gsusers.gsmv.model.Nest
-
Sets nested status of current facet
- setFacets(Facet[]) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
Setter for facet array.
- setFacetType(char) - Method in class org.gsusers.gsmv.model.Facet
-
Setter of 'facetType', defined above in the variable list.
- setFileName() - Method in class org.gsusers.gsmv.model.Nest
-
setter of
sFileName
. - setFixed(Boolean) - Method in class org.gsusers.gsmv.model.Facet
-
Setter for bFixed.
- setGrandMeans(Double) - Method in class org.gsusers.gsmv.model.Nest
-
setter of
dGrandMeans
. - setHDictionary(String) - Method in class org.gsusers.gsmv.model.Nest
-
setter for
sHDictionary
. - setHDictionary(String) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
setter for sHDictionary
- setHighlight(int) - Method in class org.gsusers.gsmv.model.Nest
-
Setter for number of index columns in data file.
- setHIndex(char, int) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
setter of Facet indices by Facet designation char (the order in which the Facet indices step through the score data file)
- setID(Integer) - Method in class org.gsusers.gsmv.model.Facet
-
Setter for the hierarchical order in which the facets increment in the data file, and it is in 'sHDictionary'.
- setLevels() - Method in class org.gsusers.gsmv.model.Nest
-
Sets facet levels of all facets (for D-Studies
- setName(String) - Method in class org.gsusers.gsmv.model.Facet
-
Setter for facet name, descriptive single word with upper case initial.
- setNested(Boolean) - Method in class org.gsusers.gsmv.model.Facet
-
Setter for 'isNested', 'true' if facet nested in another.
- setNestor(char) - Method in class org.gsusers.gsmv.model.Facet
-
Setter of 'Nestor', i.e.
- setNests(String[]) - Method in class org.gsusers.gsmv.model.Nest
-
translates string array from AnaGroups step 7 into
Nest
, andSampleSizeTree
data structures - setNests(String[]) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
assign appropriate array of primary nests to
sarNests
- setOrder() - Method in class org.gsusers.gsmv.model.Nest
-
Essential routine to establish the logic of facet organization.
- setProblem(int) - Method in class org.gsusers.gsmv.model.Nest
-
Setter of termination flag (
bAbandon
). - setProducts(String[][]) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
Setter for 2D String array containing project design
- setReNest(Boolean) - Method in class org.gsusers.gsmv.model.Nest
-
Setter for bReNest (whether nesting info is reused)
- setReplicate(Boolean) - Method in class org.gsusers.gsmv.model.Nest
-
Setter for replication flag.
- setReplicate(Boolean) - Method in class org.gsusers.gsmv.steps.AnaGroups
-
Setter for replication flag
- setResume(int) - Method in class org.gsusers.gsmv.model.Nest
-
Sets step, at which AnaGroups has to resume after a design problem
- setSampleSize() - Method in class org.gsusers.gsmv.steps.AnaGroups
-
G_String cycles through 'setSampleSize' until all the sample sizes for all facets (in hierarchical order) have been collected, when the variable 'bDawdle' turns to 'false'.
- setSampleSize() - Method in class org.gsusers.gsmv.steps.SynthGroups
-
G_String cycles through 'setSampleSize' until all the sample sizes for all facets (in hierarchical order) have been collected, when the variable 'bDawdle' turns to 'false'.
- setScene(Scene) - Method in class org.gsusers.gsmv.model.Nest
-
setter of
Scene
. - setSimulate(Boolean) - Method in class org.gsusers.gsmv.model.Nest
-
setter for
bSimulate
- flag 'Simulate' vs 'Analyze'. - setStage() - Method in class org.gsusers.gsmv.model.Nest
-
setter of primary
Stage
. - setStep(Integer) - Method in class org.gsusers.gsmv.GS_Controller
-
control stepping
- setStep(Integer) - Method in class org.gsusers.gsmv.model.Nest
-
setter for step used in AnaGroups and SynthGroups respectively.
- setSubject(Facet) - Method in class org.gsusers.gsmv.model.Nest
-
Setter for subject facet
- setTitle(String) - Method in class org.gsusers.gsmv.model.Nest
-
Setter for script title
- setValue(String) - Method in class org.gsusers.gsmv.utilities.SampleSizeView
-
setter of sample size
- setVariance(String) - Method in class org.gsusers.gsmv.model.Nest
-
adds new
VarianceComponent
tosalVarianceComponents
by parsing ANOVA line from urGENOVA output. - setVariancecoefficient(int, Double) - Method in class org.gsusers.gsmv.model.Nest
-
setter of individual variance coefficient in array.
- setVarianceDawdle(Boolean) - Method in class org.gsusers.gsmv.model.Nest
-
setter of
bVarianceDawdle
. - show() - Method in class org.gsusers.gsmv.utilities.About
-
operates display
- show(Group) - Method in class org.gsusers.gsmv.GS_Application
-
Central display king pin.
- show(Group) - Method in class org.gsusers.gsmv.model.Nest
-
passes
_group
viamyMain
tocontroller
, i.e. - showPDF(String) - Method in class org.gsusers.gsmv.GS_Application
-
... to display Brennan's original uRGENOVA manual pdf.
- showTableNew() - Method in class org.gsusers.gsmv.utilities.Filer
-
This method displays the experimental scores, as read in from the data file.
- Simulate() - Method in class org.gsusers.gsmv.GS_Application
-
In response to GUI set switches for manual simulation
- size(Integer) - Method in class org.gsusers.gsmv.model.SampleSizeTree
-
cumulative sample size per Facet.
- starred() - Method in class org.gsusers.gsmv.model.Facet
-
Getter for presence of facet asterisk.
- start(Stage) - Method in class org.gsusers.gsmv.GS_Application
-
'start' method of javafx application
- startFresh() - Method in class org.gsusers.gsmv.GS_Application
-
In response to GUI sets switches for manual analysis
- startOver() - Method in class org.gsusers.gsmv.GS_Application
-
In response to GUI sets switches for script driven analysis
- stepUp() - Method in class org.gsusers.gsmv.GS_Application
-
Except for very localized messages, the graphical user interface (GUI) is standardized.
- Summarize() - Method in class org.gsusers.gsmv.utilities.Lehmer
-
Summarize, exports the total number of signature violations
- switchChangePreferences(Boolean) - Method in class org.gsusers.gsmv.GS_Application
-
primitive helper for 'ChangePreference', saves or restores previous scene.
- SynthGroups - Class in org.gsusers.gsmv.steps
-
SynthGroup manages the generation of synthetic data sets by taking the user step-by-step through the whole procedure from entering the project summary to writing the resulting data file.
- SynthGroups(Nest, gsLogger, GS_Controller, Preferences, Filer) - Constructor for class org.gsusers.gsmv.steps.SynthGroups
-
Constructor
All Classes and Interfaces|All Packages