This page identifies a possible issue, inconsistency, concern, error, or bug!
One of the ways Webel IT Australia helps promote tools, technologies, and languages is by donating a lot of time identifying, tracking, and reporting potential issues, in order to help vendors and developers improve the tools and technologies. In some cases, we also offer workarounds and advice for users. All issues tracked on our public site are offered most constructively and with sincerest gratitude to the tool vendors and technology developers.
DISCLAIMER: Vendors do not officially endorse issue analysis by Webel IT Australia.
The following state that where an interface connection is used it must be between ports:
SysML2.0: 'An interface definition is a kind of connection definition ... whose ends are restricted to be port definitions ... An interface usage is a kind of connection that is usage of an interface definition. The ends of an interface usage are restricted to be port usages.'
But the above DO NOT alone state that a regular connection (one that is not an interface) CANNOT also (instead of an interface) be used between ports.
Example: The following SysMLv2 PILOT GitHub sample has regular connections for sub-connections of a structured interface definition:
In any case, Webel recommends that a basic connection usage NOT be used between ports. Prefer always use an interface usage.
