public class BranchDecisionMeasurementResult extends ParameterisationDependentMeasurementResult
Parameterisation.| Constructor and Description |
|---|
BranchDecisionMeasurementResult(int branchIndex)
Creates a result for a branch measurement for which no parameterisation was
recorded.
|
BranchDecisionMeasurementResult(Parameterisation parameterisation,
int branchIndex)
Creates a result for a parameterised branch measurement.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBranchIndex()
Gets the taken branch’s index.
|
String |
toString() |
getParameterisationpublic BranchDecisionMeasurementResult(int branchIndex)
branchIndex - The index of the branch in the associated SeffBranch's
branch list that was executed.public BranchDecisionMeasurementResult(Parameterisation parameterisation, int branchIndex)
parameterisation - The state of variables during measurement.branchIndex - The index of the branch in the associated SeffBranch's
branch list that was executed.public int getBranchIndex()
public String toString()
toString in class ParameterisationDependentMeasurementResult