 | CAEType Enumeration |
Specifies the type of a connection assertion error.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntax
Members|
| Member name | Value | Description |
|---|
| EdgeNotSpecified | 0 |
An edge was not specified.
|
| NodeTooFewSources | 1 |
A node has too few outgoing edges of some type.
|
| NodeTooManySources | 2 |
A node has too many outgoing edges of some type.
|
| NodeTooFewTargets | 3 |
A node has too few incoming edges of some type.
|
| NodeTooManyTargets | 4 |
A node has too many incoming edges of some type.
|
See Also