 | LGSPEmbeddedSequenceClosureexec Method |
Executes the embedded sequence closure
Namespace: de.unika.ipd.grGen.lgspAssembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntaxpublic abstract bool exec(
LGSPGraphProcessingEnvironment procEnv
)
Parameters
- procEnv LGSPGraphProcessingEnvironment
- the processing environment on which to apply the sequence, esp. containing the graph
Return Value
Booleanthe result of sequence execution
See Also