Click or drag to resize

SubruleDebuggingConfigurationRule(SubruleDebuggingEvent, IAction, SubruleDebuggingDecision, SequenceExpression) Constructor

Initializes a new instance of the SubruleDebuggingConfigurationRule class

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

Parameters

sde  SubruleDebuggingEvent
 
action  IAction
 
sdd  SubruleDebuggingDecision
 
ifClause  SequenceExpression
 
See Also