gSendParentMessage-class(MVCClass)
gSendParentMessage-class()所属R语言包:MVCClass
Class "gSendParentMessage": A class to represent a send parent MVC
类“gSendParentMessage”:A类代表发送父母的MVC
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gSendParentMessage is a class to represent a send parent MVC message. Whenever a model is updated and that model has a parent MVC, then an object of this class will be created to notify the parent MVC that a child model was updated. gUpdateParentMessage inherits from the virtual class, gMessage. The initialize and handleMessage methods will be defined in other packages that use this class (for example, the iSNetwork package).
gSendParentMessage是一个类代表MVC的消息发送父。更新每当一个模型,该模型有父母的MVC,然后将这个类的对象创建一个子模型进行了更新通知家长的MVC。 gUpdateParentMessage继承虚拟类,gMessage。 Initialize和的handleMessage方法将被定义在使用其他包类(例如,iSNetwork的包)。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("gSendParentMessage", ...). The initialize method for this class will be created in other packages that use this package (for example, the initialize method will be created in the iSNetwork package).
创建对象可以通过检测的形式new("gSendParentMessage", ...)。这个类的initialize方法将创建在其他包使用此程序包(例如,initialize方法将创建在iSNetwork包)。
插槽----------Slots----------
childUpdateDataMessage: an object of class
childUpdateDataMessage:一个类的对象
延伸----------Extends----------
Class "gMessage", directly.
类"gMessage",直接。
方法----------Methods----------
childUpdateDataMessage<- Sets the childUpdateDataMessage
childUpdateDataMessage < - 设置childUpdateDataMessage
childUpdateDataMessage Returns the childUpdateDataMessage slot
childUpdateDataMessage返回childUpdateDataMessage插槽
作者(S)----------Author(s)----------
Elizabeth Whalen
参见----------See Also----------
gSendChildMessage-class, gMessage-class
gSendChildMessage-class,gMessage-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|