gAddDataMessage-class: Class "gAddDataMessage": A class to represent an add data...

Description Objects from the Class Slots Extends Methods Author(s) See Also

Description

gAddDataMessage is a class to represent an add data message. Whenever a model needs to be added, a gAddDataMessage object is created and the handleMessage method is called to act on the message. gAddDataMessage inherits from the virtual class, gAddMessage.

Objects from the Class

Objects can be created by calls of the form new("gAddDataMessage", ...). 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 and iSPlot packages).

Slots

dataName:

the name of the model to be added

mData:

a list of information that contains the data to be added

type:

the type of model to be added (for now, it may be a data.frame, ExpressionSet, or graph)

Extends

Class "gAddMessage", directly. Class "gModifyMessage", by class "gAddMessage". Class "gMessage", by class "gAddMessage".

Methods

No methods defined with class "gAddDataMessage" in the signature.

Author(s)

Elizabeth Whalen

See Also

gAddViewMessage-class, gAddMessage-class, gMessage-class


MVCClass documentation built on Nov. 8, 2020, 5:53 p.m.