Click or drag to resize

SubruleDebuggingConfigurationRule Constructor (SubruleDebuggingEvent, String, SubruleMesssageMatchingMode, SubruleDebuggingDecision)

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 message,
	SubruleMesssageMatchingMode smmm,
	SubruleDebuggingDecision sdd
)

Parameters

sde
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleDebuggingEvent
message
Type: SystemString
smmm
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleMesssageMatchingMode
sdd
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleDebuggingDecision
See Also