Class SysMLProfile.RequirementRelatedStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • REFINES

      public static final String REFINES
      Derived from all requirements that are the supplier of a refine relationship for which this element is a client.
      See Also:
    • SATISFIES

      public static final String SATISFIES
      Derived from all requirements that are the supplier of a satisfy relationship for which this element is a client.
      See Also:
    • TRACEDFROM

      public static final String TRACEDFROM
      Derived from all requirements that are the supplier of a trace relationship for which this element is a client.
      See Also:
    • VERIFIES

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

    • RequirementRelatedStereotype

      protected RequirementRelatedStereotype(SysMLProfile profile)
  • Method Details