Method | Description | |
---|---|---|
GlobalCallback ( ) : List |
The global callback delegate performs a limited graph search over all implementations of ITimeScaleVertex that are subscribed to this TimeScale graph.
|
|
InitializeTimeScaleGraph ( List |
Initializes this instance of the TimeScale graph data structure with supplied ITimeScaleVertex implementations.
|
|
TimeScale ( ) : System |
Creates a new uninitialized instance of the TimeScale class.
|
|
TimeScale ( List |
Creates a new initialized instance of the TimeScale class by supplying a collection of ITimeScaleVertex implementations.
|
public InitializeTimeScaleGraph ( List |
||
vertices | List |
The list of ITimeScaleVertex implementations that will be managed in-memory for this TimeScale graph. |
return | void |
public TimeScale ( List |
||
vertices | List |
The list of ITimeScaleVertex implementations that will be managed in-memory for this TimeScale graph. |
return | System |