linkedModelMVC-class(MVCClass)
linkedModelMVC-class()所属R语言包:MVCClass
Class "linkedModelMVC": A class to represent a MVC object that can be
“linkedModelMVC类:A类代表了MVC的对象,可以
译者:生物统计家园网 机器人LoveR
描述----------Description----------
linkedModelMVC is a class to represent a model-view-controller object that can be linked to other MVC objects. The linkedModelMVC class will combine these three components (model, view and controller) so that the MVC objects can be reused and it has the slots, parentMVC and childMVCList, to link this MVC object with other MVC objects.
linkedModelMVC是一个类来表示一个模型 - 视图 - 控制器对象,可以与其他MVC对象。类的linkedModelMVC将结合上述三个组成部分(模型,视图和控制器),可重复使用的MVC对象和它的插槽,parentMVC和childMVCList,MVC的对象链接与其他MVC对象。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("linkedModelMVC", ...).
创建对象可以通过检测的形式new("linkedModelMVC", ...)。
插槽----------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:存储的信息环境
parentMVC: the name of the parent model (MVC) if there is a
parentMVC:父模型(MVC)的名称,如果有是一个
childMVCList: a list of the names of the child models
childMVCList:子模型的名称的列表
延伸----------Extends----------
Class "singleModelMVC", directly. Class "MVC", by class "singleModelMVC".
类"singleModelMVC",直接。类"MVC"类"singleModelMVC"。
方法----------Methods----------
childMVCList<- Sets the childMVCList slot
childMVCList < - 设置childMVCList插槽
childMVCList Returns the childMVCList slot
childMVCList返回childMVCList插槽
parentMVC<- Sets the parentMVC slot
parentMVC < - 设置parentMVC插槽
parentMVC Returns the parentMVC slot
parentMVC返回parentMVC插槽
作者(S)----------Author(s)----------
Elizabeth Whalen
参见----------See Also----------
gModel-class, genView-class, singleModelMVC-class, MVC-class
gModel-class,genView-class,singleModelMVC-class,MVC-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|