Class SysMLProfile.EndPathMultiplicityStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • LOWER

      public static final String LOWER
      Gives the minimum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is applied
      See Also:
    • UPPER

      public static final String UPPER
      Gives the maximum number of values of the property at the end of the related bindingPath, for each object reached by navigation along the bindingPath from an instance of the block owning the property to which EndPathMultiplicity is applied.
      See Also:
  • Constructor Details

    • EndPathMultiplicityStereotype

      protected EndPathMultiplicityStereotype(SysMLProfile profile)
  • Method Details