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.1
Syntax
C#
public double ChoosePoint(
	double pointToExecute,
	SequenceWeightedOne seq
)

Parameters

pointToExecute  Double
 
seq  SequenceWeightedOne
 

Return Value

Double

Implements

IUserProxyForSequenceExecutionChoosePoint(Double, SequenceWeightedOne)
See Also