Description Objects from the Class Slots Extends Methods Author(s) See Also
gAddChildMessage class represents an add child MVC message. This class will create a new MVC object that is a child of the current MVC object. gAddChildMessage inherits from the class, gAddMessage, which 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).
Objects can be created by calls of the form new("gAddChildMessage",
...)
.
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).
dataName
:the name of the new child model (MVC)
mData
:a list of information needed to add the new model
type
:the type of the new model (for now, it may be a data.frame, ExpressionSet, or graph)
Class "gAddMessage"
, directly.
Class "gMessage"
, by class "gAddMessage"
.
No methods defined with class "gAddChildMessage" in the signature.
Elizabeth Whalen
gAddDataMessage-class
,
gAddMessage-class
,
gMessage-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.