Class EdgeDescriptor
EdgeDescriptor stores the edge information attached to SystemGraph assets.
Namespace: Mechatronics.SystemGraph
Syntax
public class EdgeDescriptor
Fields
fromPort
From port
Declaration
public PortDescriptor fromPort
Field Value
| Type | Description |
|---|---|
| PortDescriptor |
Hash
The generated hash id
Declaration
public int Hash
Field Value
| Type | Description |
|---|---|
| Int32 |
serializedEdge
The serialized edge
Declaration
public SerializedEdge serializedEdge
Field Value
| Type | Description |
|---|---|
| SerializedEdge |
systemEdge
Visual element SystemEdge
Declaration
public SystemEdge systemEdge
Field Value
| Type | Description |
|---|---|
| SystemEdge |
toPort
To port
Declaration
public PortDescriptor toPort
Field Value
| Type | Description |
|---|---|
| PortDescriptor |