Class DynamicGraphModel
The class for the models of the dynamicGraph.
AnObject of this class is created for each model
in dynamicGraphMain.
Objects of class DynamicGraphModel-class will be a part of the returned
value of the function dynamicGraphMain, and will store the model,
with the views of the model, each of class DynamicGraphView-class.
id.env:Object of class "character":
Internal identification of the object.
label:Object of class "character":
The value of the argument title of
dynamicGraphMain, combined with the slot name
of the model object, printed by Str.
index:Object of class "numeric":
The index of the model.
model:Object of class "list":
The model of the graph windows.
graphs:Object of class "list":
A list of view objects,
each of class DynamicGraphView-class.
signature(x = "DynamicGraphModel"): ...
signature(object = "DynamicGraphModel"): ...
signature(object = "DynamicGraphModel"): ...
signature(x = "DynamicGraphModel"): ...
signature(object = "DynamicGraphModel"): ...
signature(x = "DynamicGraphModel"): ...
signature(object = "DynamicGraphModel"): ...
signature(object = "DynamicGraphModel"):
Compactly display the internal *str*ucture
of a dynamicGraph model object.
signature(object = "DynamicGraph"): calls the method
Str.
signature(x = "DynamicGraphModel"):
See DynamicGraph-class.
Jens Henrik Badsberg
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.