Interface ITraceabilityMatrixStatistic

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ITraceabilityMatrixStatistic
    extends com4j.Com4jObject
    For HP use. Represents a traceability matrix statistic for a single relation type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String relationName()
      Returns a copy of the name of the relation.
      int value()
      Returns the calculated statistic.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • relationName

        java.lang.String relationName()

        Returns a copy of the name of the relation.

        Getter method for the COM property "RelationName"

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

        int value()

        Returns the calculated statistic.

        Getter method for the COM property "Value"

        Returns:
        Returns a value of type int