 | IGraphValidate Method |
Checks whether a graph meets the connection assertions.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxbool Validate(
ValidationMode mode,
out List<ConnectionAssertionError> errors
)
Parameters
- mode ValidationMode
- The validation mode to apply.
- errors ListConnectionAssertionError
- If the graph is not valid, this refers to a List of ConnectionAssertionError objects, otherwise it is null.
Return Value
BooleanTrue, if the graph is valid.
See Also