Class SysMLProfile.ViewStereotype

    • Field Detail

      • VIEWPOINT

        public static final java.lang.String VIEWPOINT
        The viewpoint for this View, derived from the supplier of the conform dependency whose client is this View.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ViewStereotype

        protected ViewStereotype​(SysMLProfile profile)
    • Method Detail

      • getStakeholderProperty

        @CheckForNull
        public Property getStakeholderProperty()
      • getViewPointProperty

        @CheckForNull
        public Property getViewPointProperty()
      • setStakeholder

        public void setStakeholder​(Element element,
                                   @CheckForNull
                                   java.util.Collection<? extends Element> value)
      • clearStakeholder

        public void clearStakeholder​(Element element)
      • addStakeholder

        public void addStakeholder​(Element element,
                                   Element value)
      • removeStakeholder

        public void removeStakeholder​(Element element,
                                      Element value)
      • getStakeholder

        public java.util.List<Element> getStakeholder​(Element element)
      • setViewPoint

        public void setViewPoint​(Element element,
                                 @CheckForNull
                                 Element value)
      • clearViewPoint

        public void clearViewPoint​(Element element)
      • getViewPoint

        @CheckForNull
        public Element getViewPoint​(Element element)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)