Class SysMLProfile.ChangeStructuralFeatureEventStereotype

  • Enclosing class:
    SysMLProfile

    public static class SysMLProfile.ChangeStructuralFeatureEventStereotype
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear()  
      void clearStructuralFeature​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getStructuralFeature​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getStructuralFeatureProperty()  
      boolean is​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      static boolean isInstance​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void setStructuralFeature​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      • Methods inherited from class java.lang.Object

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

      • STRUCTURALFEATURE

        public static final java.lang.String STRUCTURALFEATURE
        See Also:
        Constant Field Values
      • structuralFeature

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property structuralFeature
    • Constructor Detail

      • ChangeStructuralFeatureEventStereotype

        protected ChangeStructuralFeatureEventStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
      • getStructuralFeatureProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getStructuralFeatureProperty()
      • setStructuralFeature

        public void setStructuralFeature​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                         @CheckForNull
                                         com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • clearStructuralFeature

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getStructuralFeature​(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)