gAddDataMessage-class {MVCClass} | R Documentation |
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 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).
dataName
:mData
:type
:
Class "gAddMessage"
, directly.
Class "gModifyMessage"
, by class "gAddMessage"
.
Class "gMessage"
, by class "gAddMessage"
.
No methods defined with class "gAddDataMessage" in the signature.
Elizabeth Whalen
gAddViewMessage-class
,
gAddMessage-class
,
gMessage-class