Class SysMLProfile.NormalStereotype

  • Enclosing class:
    SysMLProfile

    public static class SysMLProfile.NormalStereotype
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property mean  
      static java.lang.String MEAN  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property standardDeviation  
      static java.lang.String STANDARDDEVIATION  
      static java.lang.String STEREOTYPE_NAME  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear()  
      void clearMean​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void clearStandardDeviation​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      java.lang.Double getMean​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getMeanProperty()  
      java.lang.Double getStandardDeviation​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getStandardDeviationProperty()  
      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 setMean​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.lang.Double value)  
      void setStandardDeviation​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.lang.Double value)  
      • Methods inherited from class java.lang.Object

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

      • STANDARDDEVIATION

        public static final java.lang.String STANDARDDEVIATION
        See Also:
        Constant Field Values
      • mean

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property mean
      • standardDeviation

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

      • NormalStereotype

        protected NormalStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getMeanProperty()
      • getStandardDeviationProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getStandardDeviationProperty()
      • setMean

        public void setMean​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                            @CheckForNull
                            java.lang.Double value)
      • clearMean

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

        @CheckForNull
        public java.lang.Double getMean​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • setStandardDeviation

        public void setStandardDeviation​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                         @CheckForNull
                                         java.lang.Double value)
      • clearStandardDeviation

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

        @CheckForNull
        public java.lang.Double getStandardDeviation​(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)