Click or drag to resize

LGSPEmbeddedSequenceClosureexec Method

Executes the embedded sequence closure

Namespace: de.unika.ipd.grGen.lgsp
Assembly: lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.1
Syntax
C#
public abstract bool exec(
	LGSPGraphProcessingEnvironment procEnv
)

Parameters

procEnv  LGSPGraphProcessingEnvironment
the processing environment on which to apply the sequence, esp. containing the graph

Return Value

Boolean
the result of sequence execution
See Also