Class SysMLProfile.BasicIntervalStereotype

  • Enclosing class:
    SysMLProfile

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

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property max  
      static java.lang.String MAX  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property min  
      static java.lang.String MIN  
      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 clearMax​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void clearMin​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      java.lang.Double getMax​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getMaxProperty()  
      java.lang.Double getMin​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getMinProperty()  
      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 setMax​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.lang.Double value)  
      void setMin​(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

      • max

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property max
      • min

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

      • BasicIntervalStereotype

        protected BasicIntervalStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getMaxProperty()
      • getMinProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getMinProperty()
      • setMax

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

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

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

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

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

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