Class SysMLProfile.FlowPortStereotype

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

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

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • DIRECTION

      public static final String DIRECTION
      Indicates the direction in which an atomic flow port relays its items. If the direction is set to in, then the items are relayed from an external connector via the flow port into the flow port s owner (or one of its parts). If the direction is set to out, then the items are relayed from the flow port s owner, via the flow port, through an external connector attached to the flow port. If the direction is set to inout, then items can flow both ways. By default, the value is inout.
      See Also:
    • ISATOMIC

      public static final String ISATOMIC
      This is a derived attribute (derived from the flow port s type). For a flow port typed by a flow specification the value of this attribute is False, otherwise the value is True.
      See Also:
  • Constructor Details

    • FlowPortStereotype

      protected FlowPortStereotype(SysMLProfile profile)
  • Method Details