Class LynX.GraphCacheDescriptor
Local cache for every graph object
Namespace: Mechatronics.SystemGraph
Syntax
public class GraphCacheDescriptor
Fields
mapNodeRuntime
Map of guid to NodeRuntime
Declaration
public Dictionary<string, NodeRuntime> mapNodeRuntime
Field Value
| Type | Description |
|---|---|
| Dictionary<String, NodeRuntime> |
mapSerializedEdge
Map of edge custom key to SerializedEdge
Declaration
public Dictionary<string, SerializedEdge> mapSerializedEdge
Field Value
| Type | Description |
|---|---|
| Dictionary<String, SerializedEdge> |
mapSerializedNode
Map of node guid to SerializedNode
Declaration
public Dictionary<string, SerializedNode> mapSerializedNode
Field Value
| Type | Description |
|---|---|
| Dictionary<String, SerializedNode> |
mapSerializedParameter
Map of parameter key to SerializedParameter
Declaration
public Dictionary<string, SerializedParameter> mapSerializedParameter
Field Value
| Type | Description |
|---|---|
| Dictionary<String, SerializedParameter> |
obj
Graph Asset Object
Declaration
public SystemGraphObject obj
Field Value
| Type | Description |
|---|---|
| SystemGraphObject |