Click or drag to resize

IGraphProcessingEnvironmentValidateWithSequence Method (Sequence)

Tests whether the given sequence succeeds on a clone of the associated graph.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
bool ValidateWithSequence(
	Sequence seq
)

Parameters

seq
Type: de.unika.ipd.grGen.libGrSequence
The sequence to be executed

Return Value

Type: Boolean
True, iff the sequence succeeds on the cloned graph
See Also