Class SysMLProfile.ViewpointStereotype

    • Field Detail

      • CONCERNLIST

        public static final java.lang.String CONCERNLIST
        The interest of the stakeholders.
        See Also:
        Constant Field Values
      • LANGUAGE

        public static final java.lang.String LANGUAGE
        The languages used to construct the viewpoint.
        See Also:
        Constant Field Values
      • METHOD

        public static final java.lang.String METHOD
        The methods used to construct the views for this viewpoint.
        See Also:
        Constant Field Values
      • PURPOSE

        public static final java.lang.String PURPOSE
        The purpose addresses the stakeholder concerns.
        See Also:
        Constant Field Values
      • STAKEHOLDER

        public static final java.lang.String STAKEHOLDER
        Set of stakeholders.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ViewpointStereotype

        protected ViewpointStereotype​(SysMLProfile profile)
    • Method Detail

      • getConcernProperty

        @CheckForNull
        public Property getConcernProperty()
      • getConcernListProperty

        @CheckForNull
        public Property getConcernListProperty()
      • getLanguageProperty

        @CheckForNull
        public Property getLanguageProperty()
      • getMethodProperty

        @CheckForNull
        public Property getMethodProperty()
      • getPresentationProperty

        @CheckForNull
        public Property getPresentationProperty()
      • getPurposeProperty

        @CheckForNull
        public Property getPurposeProperty()
      • getStakeholderProperty

        @CheckForNull
        public Property getStakeholderProperty()
      • setConcern

        public void setConcern​(Element element,
                               @CheckForNull
                               java.util.Collection<java.lang.String> value)
      • clearConcern

        public void clearConcern​(Element element)
      • addConcern

        public void addConcern​(Element element,
                               java.lang.String value)
      • removeConcern

        public void removeConcern​(Element element,
                                  java.lang.String value)
      • getConcern

        public java.util.List<java.lang.String> getConcern​(Element element)
      • setConcernList

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

        public void clearConcernList​(Element element)
      • addConcernList

        public void addConcernList​(Element element,
                                   Element value)
      • removeConcernList

        public void removeConcernList​(Element element,
                                      Element value)
      • getConcernList

        public java.util.List<Element> getConcernList​(Element element)
      • setLanguage

        public void setLanguage​(Element element,
                                @CheckForNull
                                java.util.Collection<java.lang.String> value)
      • clearLanguage

        public void clearLanguage​(Element element)
      • addLanguage

        public void addLanguage​(Element element,
                                java.lang.String value)
      • removeLanguage

        public void removeLanguage​(Element element,
                                   java.lang.String value)
      • getLanguage

        public java.util.List<java.lang.String> getLanguage​(Element element)
      • setMethod

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

        public void clearMethod​(Element element)
      • addMethod

        public void addMethod​(Element element,
                              Element value)
      • removeMethod

        public void removeMethod​(Element element,
                                 Element value)
      • getMethod

        public java.util.List<Element> getMethod​(Element element)
      • setPresentation

        public void setPresentation​(Element element,
                                    @CheckForNull
                                    java.util.Collection<java.lang.String> value)
      • clearPresentation

        public void clearPresentation​(Element element)
      • addPresentation

        public void addPresentation​(Element element,
                                    java.lang.String value)
      • removePresentation

        public void removePresentation​(Element element,
                                       java.lang.String value)
      • getPresentation

        public java.util.List<java.lang.String> getPresentation​(Element element)
      • setPurpose

        public void setPurpose​(Element element,
                               @CheckForNull
                               java.lang.String value)
      • clearPurpose

        public void clearPurpose​(Element element)
      • getPurpose

        @CheckForNull
        public java.lang.String getPurpose​(Element element)
      • 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)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)