Class MagicDrawProfile.SddSubsystemStereotype

    • Field Detail

      • SUBSYSTEMINTERACTIONS

        public static final java.lang.String SUBSYSTEMINTERACTIONS
        See Also:
        Constant Field Values
      • SUBSYSTEMRESOURCES

        public static final java.lang.String SUBSYSTEMRESOURCES
        See Also:
        Constant Field Values
      • subsystemInteractions

        @CheckForNull
        private Property subsystemInteractions
      • subsystemResources

        @CheckForNull
        private Property subsystemResources
    • Constructor Detail

      • SddSubsystemStereotype

        protected SddSubsystemStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getSubsystemInteractionsProperty

        @CheckForNull
        public Property getSubsystemInteractionsProperty()
      • getSubsystemResourcesProperty

        @CheckForNull
        public Property getSubsystemResourcesProperty()
      • setSubsystemInteractions

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

        public void clearSubsystemInteractions​(Element element)
      • getSubsystemInteractions

        @CheckForNull
        public java.lang.String getSubsystemInteractions​(Element element)
      • setSubsystemResources

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

        public void clearSubsystemResources​(Element element)
      • getSubsystemResources

        @CheckForNull
        public java.lang.String getSubsystemResources​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
        Description copied from class: ProfileImplementation.StereotypeWrapper
        Checks if stereotype of this wrapper is applied to given element.
        Parameters:
        element - element
        Returns:
        true if stereotype of this wrapper is applied to given element
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)