Interface ISupportRBTAssessment2

  • All Superinterfaces:
    com4j.Com4jObject, ISupportRBTAssessment

    public interface ISupportRBTAssessment2
    extends ISupportRBTAssessment
    Represents Risk-based Quality Management assessment capabilities for the Req coclass.
    • Method Detail

      • fcChosenAnswerForQuestion

        int fcChosenAnswerForQuestion​(int questionID)

        The chosen value to this Functional Complexity criterion for this requirement.

        Getter method for the COM property "FCChosenAnswerForQuestion"

        Parameters:
        questionID - Mandatory int parameter.
        Returns:
        Returns a value of type int
      • fcChosenAnswerForQuestion

        void fcChosenAnswerForQuestion​(int questionID,
                                       int pAnswerID)

        The chosen value to this Functional Complexity criterion for this requirement.

        Setter method for the COM property "FCChosenAnswerForQuestion"

        Parameters:
        questionID - Mandatory int parameter.
        pAnswerID - Mandatory int parameter.
      • assessFCLevel

        void assessFCLevel()

        Assess the Functional Complexity risk level for this requirement, according to the values provided.

      • assessedFCLevel

        String assessedFCLevel()

        Functional Complexity risk level for this requirement, from the last time we called AssessBILevel.

        Getter method for the COM property "AssessedFCLevel"

        Returns:
        Returns a value of type java.lang.String
      • useCustomFCLevel

        boolean useCustomFCLevel()

        Does this requirement have a custom Functional Complexity level?.

        Getter method for the COM property "UseCustomFCLevel"

        Returns:
        Returns a value of type boolean
      • useCustomFCLevel

        void useCustomFCLevel​(boolean pVal)

        Does this requirement have a custom Functional Complexity level?.

        Setter method for the COM property "UseCustomFCLevel"

        Parameters:
        pVal - Mandatory boolean parameter.
      • customFCLevel

        String customFCLevel()

        Custom Functional Complexity level, overrides the assessed level.

        Getter method for the COM property "CustomFCLevel"

        Returns:
        Returns a value of type java.lang.String
      • customFCLevel

        void customFCLevel​(String pVal)

        Custom Functional Complexity level, overrides the assessed level.

        Setter method for the COM property "CustomFCLevel"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • effectiveFCLevel

        String effectiveFCLevel()

        Effective Functional Complexitylevel.

        Getter method for the COM property "EffectiveFCLevel"

        Returns:
        Returns a value of type java.lang.String
      • calculatedRiskLevel

        String calculatedRiskLevel()

        Calculated Risk level for this requirement.

        Getter method for the COM property "CalculatedRiskLevel"

        Returns:
        Returns a value of type java.lang.String
      • useCustomRiskLevel

        boolean useCustomRiskLevel()

        Does this requirement have a custom Risk level?.

        Getter method for the COM property "UseCustomRiskLevel"

        Returns:
        Returns a value of type boolean
      • useCustomRiskLevel

        void useCustomRiskLevel​(boolean pVal)

        Does this requirement have a custom Risk level?.

        Setter method for the COM property "UseCustomRiskLevel"

        Parameters:
        pVal - Mandatory boolean parameter.
      • customRiskLevel

        String customRiskLevel()

        Custom Risk level, overrides the assessed level.

        Getter method for the COM property "CustomRiskLevel"

        Returns:
        Returns a value of type java.lang.String
      • customRiskLevel

        void customRiskLevel​(String pVal)

        Custom Risk level, overrides the assessed level.

        Setter method for the COM property "CustomRiskLevel"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • effectiveRiskLevel

        String effectiveRiskLevel()

        Effective Risk level.

        Getter method for the COM property "EffectiveRiskLevel"

        Returns:
        Returns a value of type java.lang.String