singleModelMVC-class {MVCClass} | R Documentation |
singleModelMVC is a class to represent a model-view-controller object that cannot be linked to other MVC objects (i.e. single refers to the MVC object being unlinked). The singleModelMVC class will combine thee three components (model, view and controller) so that the MVC objects can be reused.
Objects can be created by calls of the form new("singleModelMVC", ...)
.
model
:viewList
:controller
:
Class "MVC"
, directly.
No methods defined with class "singleModelMVC" in the signature.
Elizabeth Whalen
gModel-class
,
genView-class
,
MVC-class
,
linkedModelMVC-class