Static Public Member Functions

de.fraunhofer.isst.axbench.axlang.utilities.AXLUtilities Class Reference

This class encapsulates overall utility methods. More...

List of all members.

Static Public Member Functions

static boolean addMissingDataLinks (AbstractConnection connection)
 adds data element links to a connection

Detailed Description

This class encapsulates overall utility methods.

Author:
ekleinod
mgrosse
Version:
0.9.0
Since:
0.9.0

Member Function Documentation

static boolean de.fraunhofer.isst.axbench.axlang.utilities.AXLUtilities.addMissingDataLinks ( AbstractConnection  connection  )  [static]

adds data element links to a connection

For each data element at the source port a link to a data element of the target port is added if the target data element has the same identifier as the source data element and the data type of the source data element is compatible with the data type of the target data element. The generated data element link is marked as "isCalculated" such that the AXLWriter can ignore it.

Parameters:
connection the connection the data element link is added to.