MVC-class(MVCClass)
MVC-class()所属R语言包:MVCClass
Class "MVC": A virtual class to represent a model-view-controller
“MVC”的类:一个虚拟的类来表示一个模型 - 视图 - 控制器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
MVC是一个虚拟的类代表了模型 - 视图 - 控制器对象。的MVC类将结合这三个组成部分(模型,视图和控制器),使可重复使用MVC的对象和链接。
类的对象----------Objects from the Class----------
A virtual Class: No objects may be created
可以创建一个虚拟类:无对象
插槽----------Slots----------
model: the model object (will inherit from the gModel
model:模型对象(从gModel继承
viewList: a list of the view objects that visualize the
viewList:列表视图对象,可视化
controller: the environment that stores information for the
controller:存储的信息环境
方法----------Methods----------
controller<- Sets the controller slot
控制器< - 设置controller插槽
controller Returns the controller slot
控制器返回controller插槽
model<- Sets the model slot
模型< - 设置model插槽
model Returns the model slot
模型返回model插槽
viewList<- Sets the viewList slot
viewList < - 设置viewList插槽
viewList Returns the viewList slot
viewList返回viewList插槽
作者(S)----------Author(s)----------
Elizabeth Whalen
参见----------See Also----------
gModel-class, genView-class, singleModelMVC-class, linkedModelMVC-class
gModel-class,genView-class,singleModelMVC-class,linkedModelMVC-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|