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.1
Syntax
C#
public Object ChooseValue(
	string type,
	Sequence seq
)

Parameters

type  String
 
seq  Sequence
 

Return Value

Object

Implements

IUserProxyForSequenceExecutionChooseValue(String, Sequence)
See Also