Click or drag to resize

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
C#
public enum CAEType
Members
  Member nameValueDescription
EdgeNotSpecified0 An edge was not specified.
NodeTooFewSources1 A node has too few outgoing edges of some type.
NodeTooManySources2 A node has too many outgoing edges of some type.
NodeTooFewTargets3 A node has too few incoming edges of some type.
NodeTooManyTargets4 A node has too many incoming edges of some type.
See Also