public interface ISupportRBTAssessment2 extends ISupportRBTAssessment
Modifier and Type | Method and Description |
---|---|
String |
assessedFCLevel()
Functional Complexity risk level for this requirement, from the last time we called AssessBILevel.
|
void |
assessFCLevel()
Assess the Functional Complexity risk level for this requirement, according to the values provided.
|
String |
calculatedRiskLevel()
Calculated Risk level for this requirement.
|
String |
customFCLevel()
Custom Functional Complexity level, overrides the assessed level.
|
void |
customFCLevel(String pVal)
Custom Functional Complexity level, overrides the assessed level.
|
String |
customRiskLevel()
Custom Risk level, overrides the assessed level.
|
void |
customRiskLevel(String pVal)
Custom Risk level, overrides the assessed level.
|
String |
effectiveFCLevel()
Effective Functional Complexitylevel.
|
String |
effectiveRiskLevel()
Effective Risk level.
|
int |
fcChosenAnswerForQuestion(int questionID)
The chosen value to this Functional Complexity criterion for this requirement.
|
void |
fcChosenAnswerForQuestion(int questionID,
int pAnswerID)
The chosen value to this Functional Complexity criterion for this requirement.
|
boolean |
useCustomFCLevel()
Does this requirement have a custom Functional Complexity level?.
|
void |
useCustomFCLevel(boolean pVal)
Does this requirement have a custom Functional Complexity level?.
|
boolean |
useCustomRiskLevel()
Does this requirement have a custom Risk level?.
|
void |
useCustomRiskLevel(boolean pVal)
Does this requirement have a custom Risk level?.
|
assessBILevel, assessedBILevel, assessedFPLevel, assessFPLevel, biChosenAnswerForQuestion, biChosenAnswerForQuestion, customBILevel, customBILevel, customFPLevel, customFPLevel, effectiveBILevel, effectiveFPLevel, fpChosenAnswerForQuestion, fpChosenAnswerForQuestion, useCustomBILevel, useCustomBILevel, useCustomFPLevel, useCustomFPLevel
int fcChosenAnswerForQuestion(int questionID)
The chosen value to this Functional Complexity criterion for this requirement.
Getter method for the COM property "FCChosenAnswerForQuestion"
questionID
- Mandatory int parameter.void fcChosenAnswerForQuestion(int questionID, int pAnswerID)
The chosen value to this Functional Complexity criterion for this requirement.
Setter method for the COM property "FCChosenAnswerForQuestion"
questionID
- Mandatory int parameter.pAnswerID
- Mandatory int parameter.void assessFCLevel()
Assess the Functional Complexity risk level for this requirement, according to the values provided.
String assessedFCLevel()
Functional Complexity risk level for this requirement, from the last time we called AssessBILevel.
Getter method for the COM property "AssessedFCLevel"
boolean useCustomFCLevel()
Does this requirement have a custom Functional Complexity level?.
Getter method for the COM property "UseCustomFCLevel"
void useCustomFCLevel(boolean pVal)
Does this requirement have a custom Functional Complexity level?.
Setter method for the COM property "UseCustomFCLevel"
pVal
- Mandatory boolean parameter.String customFCLevel()
Custom Functional Complexity level, overrides the assessed level.
Getter method for the COM property "CustomFCLevel"
void customFCLevel(String pVal)
Custom Functional Complexity level, overrides the assessed level.
Setter method for the COM property "CustomFCLevel"
pVal
- Mandatory java.lang.String parameter.String effectiveFCLevel()
Effective Functional Complexitylevel.
Getter method for the COM property "EffectiveFCLevel"
String calculatedRiskLevel()
Calculated Risk level for this requirement.
Getter method for the COM property "CalculatedRiskLevel"
boolean useCustomRiskLevel()
Does this requirement have a custom Risk level?.
Getter method for the COM property "UseCustomRiskLevel"
void useCustomRiskLevel(boolean pVal)
Does this requirement have a custom Risk level?.
Setter method for the COM property "UseCustomRiskLevel"
pVal
- Mandatory boolean parameter.String customRiskLevel()
Custom Risk level, overrides the assessed level.
Getter method for the COM property "CustomRiskLevel"
void customRiskLevel(String pVal)
Custom Risk level, overrides the assessed level.
Setter method for the COM property "CustomRiskLevel"
pVal
- Mandatory java.lang.String parameter.String effectiveRiskLevel()
Effective Risk level.
Getter method for the COM property "EffectiveRiskLevel"
Copyright © 2020. All rights reserved.