Click or drag to resize

SubruleDebuggingConfigurationRule Constructor (SubruleDebuggingEvent, String, SubruleDebuggingDecision, SequenceExpression)

Initializes a new instance of the SubruleDebuggingConfigurationRule class

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public SubruleDebuggingConfigurationRule(
	SubruleDebuggingEvent sde,
	string graphElementName,
	SubruleDebuggingDecision sdd,
	SequenceExpression ifClause
)

Parameters

sde
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleDebuggingEvent
graphElementName
Type: SystemString
sdd
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleDebuggingDecision
ifClause
Type: de.unika.ipd.grGen.libGrSequenceExpression
See Also