Class SysMLProfile.DiscreteStereotype

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

public static class SysMLProfile.DiscreteStereotype 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

    • DiscreteStereotype

      protected DiscreteStereotype(SysMLProfile profile)
  • Method Details