SignalGraphEdge
Note: There is a newer version of this specification see VEC 2.2.0
A SignalGraphEdge connects two SignalGraphNodes directed from "fromNode" to "toNode" and represents the direction of signal flow.
General Information
| Attribute | Value |
|---|---|
| Owner | signal_graph |
| Applied Stereotype | |
| Base Classifier | ConfigurableElement |
| Is Abstract | false |
| Derived Classifiers |
Attributes
| Name | Type | Mult. | Description | Owning Classifier |
|---|---|---|---|---|
| identification | String | 1 | Specifies a unique identification of the SignalGraphEdge. The identification is guaranteed to be unique within the SignalGraph. | SignalGraphEdge |
Outgoing Relations
| Other End | This End | General | |||||
|---|---|---|---|---|---|---|---|
| Role | Type | Mult. | Agg. | Unique | Ordered | Mult. | Description |
| toNode | SignalGraphNode | 1 | N | Y | N | 0..* | |
| fromNode | SignalGraphNode | 1 | N | Y | N | 0..* | |
Incoming Relations
| This End | Other End | General | |||||
|---|---|---|---|---|---|---|---|
| Role | Mult. | Agg. | Unique | Ordered | Type | Mult. | Description |
| edge | 0..* | Y | Y | N | SignalGraph | 1 | The SignalGraphEdges in the SignalGraph. |