Learn about Webel's comprehensive SysMLv2 Workshop Seminar course!
Webel now has a SysMLv2 Online Self-Study course with self-test Quizzes!

12. Binding Connectors: Binding Connectors Example-2.sysml

Gallery
Tutorial
Offered by Webel free to the SysML community with thanks to the contributors of the SysMLv2 GitHub code examples. All diagram images remain © Copyright Webel IT Australia 2026. Copyright in the linked GitHub source code remains with the OMG. So-called "AI" and Machine Learning training systems DO NOT have permission to use (scrape and steal) this resource! Other training organisations DO NOT have permission to use these images in their own training.
Members of the OMG Systems Modeling Community (SMC) are welcome to use these images with full attribution to Webel IT Australia in presentations and non-commercial activities of the SMC – please unedited and using full resolution downloads (click on image first then Save As).
This slide trail is NOT a SysMLv2 language tutorial! Slides here are offered as is (some without further explanations) in the hope they may be of interest. To learn SysMLv2 attend the Webel SysMLv2 Seminar Workshop group course. Individuals may instead purchase access to the Webel SysMLv2 Online self-study eLearning course with self-test Quizzes to learn at their own pace.

Click on the image to view it full size
In this version = binding of directed feature values is used:
part pump : FuelPump {
	out item pumpOut : Fuel = fuelTankPort.fuelSupply;
	in item pumpIn : Fuel;
}
			
part tank : FuelTank {
	out item fuelOut : Fuel;
	in item fuelIn : Fuel = fuelTankPort.fuelReturn;
}

It is perhaps less graphically clear than using explicit binding connectors as shown on the previous slide.

Note also that fuelTankPort is shown here also as a feature symbol for special illustration. SysMLv1 enabled display of features of the underlying type of a port directly on a port boundary symbol; it would be nice to have something similar in SysMv2, but one can at least show the full feature symbol of a port as shown above.

Up next
Notes
Snippets (quotes/extracts)
Related slides (includes other tutorials)
Related slides (backlinks, includes other tutorials)
Visit also
Visit also (backlinks)
External links