Class MagicDrawProfile.SddSubsystemStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.uml2.MagicDrawProfile.SddSubsystemStereotype
Enclosing class:
MagicDrawProfile

public static class MagicDrawProfile.SddSubsystemStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • SddSubsystemStereotype

      protected SddSubsystemStereotype(MagicDrawProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getSubsystemInteractionsProperty

      @CheckForNull public Property getSubsystemInteractionsProperty()
    • getSubsystemResourcesProperty

      @CheckForNull public Property getSubsystemResourcesProperty()
    • setSubsystemInteractions

      public void setSubsystemInteractions(Element element, @CheckForNull String value)
    • clearSubsystemInteractions

      public void clearSubsystemInteractions(Element element)
    • getSubsystemInteractions

      @CheckForNull public String getSubsystemInteractions(Element element)
    • setSubsystemResources

      public void setSubsystemResources(Element element, @CheckForNull String value)
    • clearSubsystemResources

      public void clearSubsystemResources(Element element)
    • getSubsystemResources

      @CheckForNull public String getSubsystemResources(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)