Class SysMLProfile.FunctionalRequirementStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.FunctionalRequirementStereotype
Enclosing class:
SysMLProfile

public static class SysMLProfile.FunctionalRequirementStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • RISK

      public static final String RISK
      See Also:
    • SOURCE

      public static final String SOURCE
      See Also:
    • VERIFYMETHOD

      public static final String VERIFYMETHOD
      See Also:
    • DERIVED

      public static final String DERIVED
      Derived from all requirements that are the client of a deriveReqt relationship for which this requirement is a supplier.
      See Also:
    • DERIVEDFROM

      public static final String DERIVEDFROM
      Derived from all requirements that are the supplier of a deriveReqt relationship for which this requirement is a client.
      See Also:
    • ID

      public static final String ID
      The unique id of the requirement.
      See Also:
    • MASTER

      public static final String MASTER
      This is a derived property that lists the master requirement for this slave requirement. The master attribute is derived from the supplier of the Copy dependency that has this requirement as the slave.
      See Also:
    • REFINEDBY

      public static final String REFINEDBY
      Derived from all elements that are the client of a refine relationship for which this requirement is a supplier.
      See Also:
    • SATISFIEDBY

      public static final String SATISFIEDBY
      Derived from all elements that are the client of a satisfy relationship for which this requirement is a supplier.
      See Also:
    • TEXT

      public static final String TEXT
      The textual representation or a reference to the textual representation of the requirement.
      See Also:
    • TRACEDTO

      public static final String TRACEDTO
      Derived from all elements that are the client of a trace relationship for which this requirement is a supplier.
      See Also:
    • VERIFIEDBY

      public static final String VERIFIEDBY
      Derived from all elements that are the client of a verify relationship for which this requirement is a supplier.
      See Also:
  • Constructor Details

    • FunctionalRequirementStereotype

      protected FunctionalRequirementStereotype(SysMLProfile profile)
  • Method Details