Click or drag to resize

DebuggerChooseValue Method

returns a user chosen/input value of the given type no random input value is supplied, the user must give a value

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public Object ChooseValue(
	string type,
	Sequence seq
)

Parameters

type
Type: SystemString
seq
Type: de.unika.ipd.grGen.libGrSequence

Return Value

Type: Object

Implements

IUserProxyForSequenceExecutionChooseValue(String, Sequence)
See Also