| MVC-class {MVCClass} | R Documentation |
MVC is a virtual class to represent a model-view-controller object. The MVC class will combine these three components (model, view and controller) so that the MVC objects can be reused and linked.
A virtual Class: No objects may be created from it.
model:viewList:controller:controller slot controller slot model slot model slot viewList slot viewList slot Elizabeth Whalen
gModel-class,
genView-class,
singleModelMVC-class,
linkedModelMVC-class