Class MDCustomizationForSysMLProfile.ContextSpecificValuesHolderStereotype

  • Enclosing class:
    MDCustomizationForSysMLProfile

    public static class MDCustomizationForSysMLProfile.ContextSpecificValuesHolderStereotype
    extends com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      protected void clear()  
      void clearInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> getInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getInstancesProperty()  
      com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()  
      boolean is​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      static boolean isInstance​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void removeInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      void setInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.util.Collection<? extends com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> value)  
      • Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper

        apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
        Specified by:
        getStereotype in class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
      • getInstancesProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getInstancesProperty()
      • setInstances

        public void setInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                 @CheckForNull
                                 java.util.Collection<? extends com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> value)
      • clearInstances

        public void clearInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • addInstances

        public void addInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                 com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • removeInstances

        public void removeInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                    com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • getInstances

        public java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> getInstances​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)