Class SysMLProfile.FlowPortStereotype

    • Field Detail

      • DIRECTION

        public static final java.lang.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:
        Constant Field Values
      • ISATOMIC

        public static final java.lang.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:
        Constant Field Values
    • Constructor Detail

      • FlowPortStereotype

        protected FlowPortStereotype​(SysMLProfile profile)