Class SysMLProfile.EndPathMultiplicityStereotype

    • Field Detail

      • LOWER

        public static final java.lang.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:
        Constant Field Values
      • UPPER

        public static final java.lang.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:
        Constant Field Values
    • Constructor Detail

      • EndPathMultiplicityStereotype

        protected EndPathMultiplicityStereotype​(SysMLProfile profile)
    • Method Detail

      • getLowerProperty

        @CheckForNull
        public Property getLowerProperty()
      • getUpperProperty

        @CheckForNull
        public Property getUpperProperty()
      • setLower

        public void setLower​(Element element,
                             @CheckForNull
                             java.lang.Integer value)
      • clearLower

        public void clearLower​(Element element)
      • getLower

        @CheckForNull
        public java.lang.Integer getLower​(Element element)
      • setUpper

        public void setUpper​(Element element,
                             @CheckForNull
                             java.lang.Integer value)
      • clearUpper

        public void clearUpper​(Element element)
      • getUpper

        @CheckForNull
        public java.lang.Integer getUpper​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)