Click or drag to resize

ConnectionAssertionError Constructor

Initializes a ConnectionAssertionError instance.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public ConnectionAssertionError(
	CAEType caeType,
	IGraphElement elem,
	long found,
	ValidateInfo valInfo
)

Parameters

caeType
Type: de.unika.ipd.grGen.libGrCAEType
The type of error.
elem
Type: de.unika.ipd.grGen.libGrIGraphElement
The graph element, where the error was found.
found
Type: SystemInt64
The number of edges found in the graph, if CAEType != CAEType.EdgeNotSpecified.
valInfo
Type: de.unika.ipd.grGen.libGrValidateInfo
The corresponding ValidatedInfo object, if CAEType != CAEType.EdgeNotSpecified, otherwise null.
See Also