Class SysMLProfile.ContinuousStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.ContinuousStereotype
Enclosing class:
SysMLProfile

public static class SysMLProfile.ContinuousStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • RATE

      public static final String RATE
      Specifies the expected value of the number of objects and values that traverse the edge per time interval, that is, the expected value rate at which they leave the source node and arrive at the target node. It does not refer to the rate at which a value changes over time. When the stereotype is applied to a parameter, the parameter must be streaming, and the stereotype gives the number of objects or values that flow in or out of the parameter per time interval while the behavior or operation is executing.
      See Also:
  • Constructor Details

    • ContinuousStereotype

      protected ContinuousStereotype(SysMLProfile profile)
  • Method Details