Class SysMLProfile.RequirementRelatedStereotype

    • Field Detail

      • REFINES

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

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

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

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

      • RequirementRelatedStereotype

        protected RequirementRelatedStereotype​(SysMLProfile profile)
    • Method Detail

      • getRefinesProperty

        @CheckForNull
        public Property getRefinesProperty()
      • getSatisfiesProperty

        @CheckForNull
        public Property getSatisfiesProperty()
      • getTracedFromProperty

        @CheckForNull
        public Property getTracedFromProperty()
      • getVerifiesProperty

        @CheckForNull
        public Property getVerifiesProperty()
      • setRefines

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

        public void clearRefines​(Element element)
      • addRefines

        public void addRefines​(Element element,
                               Element value)
      • removeRefines

        public void removeRefines​(Element element,
                                  Element value)
      • getRefines

        public java.util.List<Element> getRefines​(Element element)
      • setSatisfies

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

        public void clearSatisfies​(Element element)
      • addSatisfies

        public void addSatisfies​(Element element,
                                 Element value)
      • removeSatisfies

        public void removeSatisfies​(Element element,
                                    Element value)
      • getSatisfies

        public java.util.List<Element> getSatisfies​(Element element)
      • setTracedFrom

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

        public void clearTracedFrom​(Element element)
      • addTracedFrom

        public void addTracedFrom​(Element element,
                                  Element value)
      • removeTracedFrom

        public void removeTracedFrom​(Element element,
                                     Element value)
      • getTracedFrom

        public java.util.List<Element> getTracedFrom​(Element element)
      • setVerifies

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

        public void clearVerifies​(Element element)
      • addVerifies

        public void addVerifies​(Element element,
                                Element value)
      • removeVerifies

        public void removeVerifies​(Element element,
                                   Element value)
      • getVerifies

        public java.util.List<Element> getVerifies​(Element element)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)