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.2
Syntax
C#
public 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: Boolean
the result of sequence execution
See Also