Click or drag to resize

RecorderInitialize Method

Initializes a recorder after creation, needed if actions are selected later

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public void Initialize(
	INamedGraph graph,
	ISubactionAndOutputAdditionEnvironment subOutEnv
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrINamedGraph
The named graph whose changes are to be recorded
subOutEnv
Type: de.unika.ipd.grGen.libGrISubactionAndOutputAdditionEnvironment
The subaction and output environment receiving some of the action events, may be null if only graph changes are requested
See Also