Learn about Webel's comprehensive SysMLv2 Workshop Seminar course!
Webel now has a SysMLv2 Online Self-Study course with self-test Quizzes!
Learn about the Webel Q&A online self-testing system for SysML v2/v1

12. Binding Connectors: Binding Connectors Example-1.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
Note how the directed item features of fuelTankPort are redefined in the binding context to provide "clean" binding targets (as opposed to binding to inherited directed item features):
part tank : FuelTankAssembly {
	port redefines fuelTankPort {
		out item redefines fuelSupply;
		in item redefines fuelReturn;
	}
			
	bind fuelTankPort.fuelSupply = pump.pumpOut;
	bind fuelTankPort.fuelReturn = tank.fuelIn;
}
Whether this is necessary is discussed further here:

In any case, if you wish to benefit from the Webel "Trust the Type" i/o recipe, if you do redefine a port, parameter, or directed feature you should also include the Type of the redefined port, parameter, or directed feature (and even if that's also tedious and a bit WET) so that the concise and legible Webel "Trust the Type" display modes work.

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