Click or drag to resize

BaseGraphValidate Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public bool Validate(
	ValidationMode mode,
	out List<ConnectionAssertionError> errors
)

Parameters

mode
Type: de.unika.ipd.grGen.libGrValidationMode
errors
Type: System.Collections.GenericListConnectionAssertionError

Return Value

Type: Boolean

Implements

IGraphValidate(ValidationMode, ListConnectionAssertionError)
See Also