gAddMessage-class {MVCClass}R Documentation

Class "gAddMessage": A class to represent an add message

Description

gAddMessage is a class to represent an add message. Both gAddDataMessage and gAddViewMessage classes are inherited from gAddMessage. Although, gAddMessage is not a virtual class, it is not intended to have objects of gAddMessage class created.

Objects from the Class

Objects can be created by calls of the form new("gAddMessage", ...). However, remember that objects of this class should not be created.

Slots

dataName:
the name of the data to be added or the name of the data that the view will visualize
mData:
a list of information needed to perform the addition
type:
the type of addition to perform (ex. which type of model to add or which type of view to add)

Extends

Class "gMessage", directly.

Methods

dataName<-
Sets the dataName slot
dataName
Returns the dataName slot
mData<-
Sets the mData slot
mData
Returns the mData slot
type<-
Sets the type slot
type
Returns the type slot

Author(s)

Elizabeth Whalen

See Also

gMessage-class, gAddViewMessage-class, gAddDataMessage-class, gAddChildMessage-class

Examples






[Package MVCClass version 1.6.0 Index]