Description Objects from the Class Slots Methods Author(s) See Also
gModel is a virtual class from which all other model classes will inherit. Model objects will be responsible for storing and updating the data sets.
A virtual Class: No objects may be created from it.
modelData
:the actual model data
linkData
:a list of the functions to link this data to its parent and child models (if it has any)
virtualData
:data that pertains to the views of this model
modelName
:the name of the model (will be the same name as the MVC)
modelVar
:a list of variables that refer to the modelData (for instance this may be t-test values that were calculated from the modelData)
Sets the linkData
slot
Returns the linkData
slot
Sets the modelData
slot
Returns the modelData
slot
Sets the modelName
slot
Returns the modelName
slot
Sets the virtualData
slot
Returns the virtualData
slot
Sets the modelVar
slot
Returns the modelVar
slot
Also, all models will have an updateModel method that will be defined in the packages that use this package (for example, iSPlot and iSNetwork). The updateModel method will be called by a gUpdateDataMessage object when the data needs to be updated. Another method that may be defined for certain models is the provideInfo method that will return model information when it is asked for by a gAskAncestorMessage object.
Elizabeth Whalen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.