Click or drag to resize

ConnectionAssertionError Structure

A description of an error, found during the validation process.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public struct ConnectionAssertionError

The ConnectionAssertionError type exposes the following members.

Constructors
  NameDescription
Public methodConnectionAssertionError
Initializes a ConnectionAssertionError instance.
Top
Fields
  NameDescription
Public fieldCAEType
The type of error.
Public fieldElem
Specifies the graph element, where the error was found.
Public fieldFoundEdges
The number of edges found in the graph, if CAEType != CAEType.EdgeNotSpecified.
Public fieldValidateInfo
The corresponding ValidatedInfo object, if CAEType != CAEType.EdgeNotSpecified. Otherwise it is null.
Top
See Also