Class SysPhSProfile.PhSVariableStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysPhSProfile.PhSVariableStereotype
Enclosing class:
SysPhSProfile

public static class SysPhSProfile.PhSVariableStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

  • Constructor Details

    • PhSVariableStereotype

      protected PhSVariableStereotype(SysPhSProfile profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getChangeCycleProperty

      @CheckForNull public Property getChangeCycleProperty()
    • getIsConservedProperty

      @CheckForNull public Property getIsConservedProperty()
    • getIsContinuousProperty

      @CheckForNull public Property getIsContinuousProperty()
    • setChangeCycle

      public void setChangeCycle(Element element, @CheckForNull Double value)
    • clearChangeCycle

      public void clearChangeCycle(Element element)
    • getChangeCycle

      @CheckForNull public Double getChangeCycle(Element element)
    • setIsConserved

      public void setIsConserved(Element element, @CheckForNull Boolean value)
    • clearIsConserved

      public void clearIsConserved(Element element)
    • isIsConserved

      @CheckForNull public Boolean isIsConserved(Element element)
    • setIsContinuous

      public void setIsContinuous(Element element, @CheckForNull Boolean value)
    • clearIsContinuous

      public void clearIsContinuous(Element element)
    • isIsContinuous

      @CheckForNull public Boolean isIsContinuous(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)