Click or drag to resize

SubruleComputation Constructor (IGraph, SubruleComputationType, String, Object)

Initializes a new instance of the SubruleComputation class

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public SubruleComputation(
	IGraph graph,
	SubruleComputationType type,
	string message,
	params Object[] values
)

Parameters

graph
Type: de.unika.ipd.grGen.libGrIGraph
type
Type: de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSubruleComputationType
message
Type: SystemString
values
Type: SystemObject
See Also