Interface ICoverable

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICoverable
    extends com4j.Com4jObject
    Represents an entity that covers a requirement.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject coverageFactory()
      The CoverageFactory for the entity.
      void coverRequirementEx​(Object req, String requirementFilter, boolean recursive)
      Adds the specified requirement to the list of requirements covered by this entity.
      • Methods inherited from interface com4j.Com4jObject

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

      • coverageFactory

        com4j.Com4jObject coverageFactory()

        The CoverageFactory for the entity.

        Getter method for the COM property "CoverageFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • coverRequirementEx

        void coverRequirementEx​(Object req,
                                String requirementFilter,
                                boolean recursive)

        Adds the specified requirement to the list of requirements covered by this entity. Optionally, also adds child requirements.

        Parameters:
        req - Mandatory java.lang.Object parameter.
        requirementFilter - Mandatory java.lang.String parameter.
        recursive - Mandatory boolean parameter.