Class SysMLProfile.NormalStereotype

    • Constructor Detail

      • NormalStereotype

        protected NormalStereotype​(SysMLProfile profile)
    • Method Detail

      • getMeanProperty

        @CheckForNull
        public Property getMeanProperty()
      • getStandardDeviationProperty

        @CheckForNull
        public Property getStandardDeviationProperty()
      • setMean

        public void setMean​(Element element,
                            @CheckForNull
                            java.lang.Double value)
      • clearMean

        public void clearMean​(Element element)
      • getMean

        @CheckForNull
        public java.lang.Double getMean​(Element element)
      • setStandardDeviation

        public void setStandardDeviation​(Element element,
                                         @CheckForNull
                                         java.lang.Double value)
      • clearStandardDeviation

        public void clearStandardDeviation​(Element element)
      • getStandardDeviation

        @CheckForNull
        public java.lang.Double getStandardDeviation​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)