graphModel-class: Class "graphModel": A class to represent a graph model

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

Description

graphModel is a class to represent a graph model. This class inherits from the virtual class, gModel. An object of graphModel is responsible for storing and updating the data.

Objects from the Class

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

Slots

modelData:

the model data, which is a graph object

linkData:

a list of functions that link this model to its parent and child models (if it has any)

virtualData:

data that is needed by views of this model

modelName:

the name of this model

modelVar:

a list of variables that refer to the modelData (for instance this may be t-test values that were calculated from the modelData)

Extends

Class "gModel", directly.

Methods

No methods defined with class "graphModel" in the signature. The methods for this class will be created in other packages that use this package like iSNetwork.

Author(s)

Elizabeth Whalen

See Also

exprModel-class


BioMVCClass documentation built on Nov. 8, 2020, 8:32 p.m.