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