 | IGraphProcessingEnvironmentValidateWithSequence(String) Method |
Tests whether the given sequence succeeds on a clone of the associated graph.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxbool ValidateWithSequence(
string seqStr
)
Parameters
- seqStr String
- The sequence to be executed in form of a string
Return Value
BooleanTrue, iff the sequence succeeds on the cloned graph
See Also