This functionality is only available for certain module packages.

You are here: Tutorial > GRAPH2D discipline > Configuring connections > Referencing between persons and devices

Referencing between persons and devices

In the diagram, it should be possible to connect one person with several devices, for example, with PC and telephone. The relevant connected project component should be stored in the parameter WorkerConnection.

  1. Below the node with id=”Master”, insert the following lines.
<!-- Connections -->
<!-- Relation of Worker to Device -->
<reference id="Worker_Reference"
	type="connectable"
	src="=isInstanceEO() and isInstanceOf('IT_ModularSystem.Basic.SinglewayComponent')"
	target="=isInstanceEO() and isInstanceOf('IT_ModularSystem.Basic.SinglewayComponent')">
	<forward multiplicity="1" connector="=getParameter('WorkerConnection')" />
	<backward multiplicity="*" connector="=getParameter('WorkerConnection')" />
</reference>