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.1
Syntax
C#
public ConnectionAssertionError(
	CAEType caeType,
	IGraphElement elem,
	long found,
	ValidateInfo valInfo
)

Parameters

caeType  CAEType
The type of error.
elem  IGraphElement
The graph element, where the error was found.
found  Int64
The number of edges found in the graph, if CAEType != CAEType.EdgeNotSpecified.
valInfo  ValidateInfo
The corresponding ValidatedInfo object, if CAEType != CAEType.EdgeNotSpecified, otherwise null.
See Also