Click or drag to resize

DebuggerChoosePoint Method

returns the maybe user altered point within the interval series, denoting the sequence to execute next the randomly chosen point is supplied; the sequence with the intervals and their corresponding sequences is supplied

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.2
Syntax
C#
public double ChoosePoint(
	double pointToExecute,
	SequenceWeightedOne seq
)

Parameters

pointToExecute
Type: SystemDouble
seq
Type: de.unika.ipd.grGen.libGrSequenceWeightedOne

Return Value

Type: Double

Implements

IUserProxyForSequenceExecutionChoosePoint(Double, SequenceWeightedOne)
See Also