Click or drag to resize

SubruleDebuggingConfigurationRule Constructor (SubruleDebuggingEvent, GrGenType, Boolean, 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,
	GrGenType graphElementType,
	bool only,
	SubruleDebuggingDecision sdd,
	SequenceExpression ifClause
)

Parameters

sde
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleDebuggingEvent
graphElementType
Type: de.unika.ipd.grGen.libGrGrGenType
only
Type: SystemBoolean
sdd
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleDebuggingDecision
ifClause
Type: de.unika.ipd.grGen.libGrSequenceExpression
See Also