gModel-class {MVCClass} | R Documentation |
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
:linkData
:virtualData
:modelName
:modelVar
:linkData
slot linkData
slot modelData
slot modelData
slot modelName
slot modelName
slot virtualData
slot virtualData
slot modelVar
slot 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