public interface ICustomizationRBT2 extends ICustomizationRBT
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
addFCQuestion()
Creates a new Functional Complexity criterion.
|
int |
calcFCLevelByAnswersWeight(int answersWeight)
Calculate the Functional Complexity level from the sum of all the values' weights.
|
void |
deleteFCQuestion(int id)
Deletes the specified Functional Complexity criterion.
|
int |
fcLevelRiskLowerThreshold(int fcLevel)
The lower threshold of Risk assessment for each Functional Complexity level.
|
void |
fcLevelRiskLowerThreshold(int fcLevel,
int pLowerThreshold)
The lower threshold of Risk assessment for each Functional Complexity level.
|
com4j.Com4jObject |
fcQuestionByID(int id)
Returns the Functional Complexity criterion that has the specified ID.
|
IList |
fcQuestions()
The list of Functional Complexity questions.
|
Object |
fcQuestions(int index) |
int |
riskCalculationMatrix(int biLevel,
int fpLevel)
Risk calculation matrix
|
void |
riskCalculationMatrix(int biLevel,
int fpLevel,
int pRiskLevel)
Risk calculation matrix
|
int |
testingEffortForFCLevel(int fcLevel)
Hours needed to test a requirement with the given Functional Complexity.
|
void |
testingEffortForFCLevel(int fcLevel,
int pHours)
Hours needed to test a requirement with the given Functional Complexity.
|
int |
translateBILevelDBNameToEnum(String biLevel)
Translate Business Criticality from its name in the database to TDAPI_RBT_BI_LEVELS.
|
String |
translateFCLevel(int fcLevelEnum)
Translate Functional Complexity from TDAPI_RBT_FC_LEVELS to its name in the database.
|
int |
translateFPLevelDBNameToEnum(String fpLevel)
Translate Failure Probability from its name in the database to TDAPI_RBT_FP_LEVELS.
|
addBIQuestion, addFPQuestion, biLevelRiskLowerThreshold, biLevelRiskLowerThreshold, biQuestionByID, biQuestions, biQuestions, calcBILevelByAnswersWeight, calcFPLevelByAnswersWeight, deleteBIQuestion, deleteFPQuestion, displayedTimeUnits, displayedTimeUnits, fpLevelRiskLowerThreshold, fpLevelRiskLowerThreshold, fpLevelTestingEffortInHours, fpLevelTestingEffortInHours, fpQuestionByID, fpQuestions, fpQuestions, testingLevelPercentage, testingLevelPercentage, testingPolicyMatrix, testingPolicyMatrix, translateBILevel, translateFPLevel, translateTestingLevel, updated
IList fcQuestions()
The list of Functional Complexity questions.
Getter method for the COM property "FCQuestions"
Object fcQuestions(int index)
com4j.Com4jObject fcQuestionByID(int id)
Returns the Functional Complexity criterion that has the specified ID.
Getter method for the COM property "FCQuestionByID"
id
- Mandatory int parameter.com4j.Com4jObject addFCQuestion()
Creates a new Functional Complexity criterion.
void deleteFCQuestion(int id)
Deletes the specified Functional Complexity criterion.
id
- Mandatory int parameter.int fcLevelRiskLowerThreshold(int fcLevel)
The lower threshold of Risk assessment for each Functional Complexity level.
Getter method for the COM property "FCLevelRiskLowerThreshold"
fcLevel
- Mandatory int parameter.void fcLevelRiskLowerThreshold(int fcLevel, int pLowerThreshold)
The lower threshold of Risk assessment for each Functional Complexity level.
Setter method for the COM property "FCLevelRiskLowerThreshold"
fcLevel
- Mandatory int parameter.pLowerThreshold
- Mandatory int parameter.String translateFCLevel(int fcLevelEnum)
Translate Functional Complexity from TDAPI_RBT_FC_LEVELS to its name in the database.
fcLevelEnum
- Mandatory int parameter.int calcFCLevelByAnswersWeight(int answersWeight)
Calculate the Functional Complexity level from the sum of all the values' weights.
answersWeight
- Mandatory int parameter.int riskCalculationMatrix(int biLevel, int fpLevel)
Risk calculation matrix
Getter method for the COM property "RiskCalculationMatrix"
biLevel
- Mandatory int parameter.fpLevel
- Mandatory int parameter.void riskCalculationMatrix(int biLevel, int fpLevel, int pRiskLevel)
Risk calculation matrix
Setter method for the COM property "RiskCalculationMatrix"
biLevel
- Mandatory int parameter.fpLevel
- Mandatory int parameter.pRiskLevel
- Mandatory int parameter.int translateFPLevelDBNameToEnum(String fpLevel)
Translate Failure Probability from its name in the database to TDAPI_RBT_FP_LEVELS.
fpLevel
- Mandatory java.lang.String parameter.int translateBILevelDBNameToEnum(String biLevel)
Translate Business Criticality from its name in the database to TDAPI_RBT_BI_LEVELS.
biLevel
- Mandatory java.lang.String parameter.int testingEffortForFCLevel(int fcLevel)
Hours needed to test a requirement with the given Functional Complexity.
Getter method for the COM property "TestingEffortForFCLevel"
fcLevel
- Mandatory int parameter.void testingEffortForFCLevel(int fcLevel, int pHours)
Hours needed to test a requirement with the given Functional Complexity.
Setter method for the COM property "TestingEffortForFCLevel"
fcLevel
- Mandatory int parameter.pHours
- Mandatory int parameter.Copyright © 2020. All rights reserved.