Public Member Functions

de.fraunhofer.isst.axbench.axlang.elements.mappings.Con2ConLink Class Reference

Con2ConLink models the link between an application connection and a resource connection. More...

List of all members.

Public Member Functions

ConnectionInstance getSourceInstance ()
 getter method for the source instance
ConnectionInstance getTargetInstance ()
 getter method for the target instance

Detailed Description

Con2ConLink models the link between an application connection and a resource connection.

References
  • 1..1 source connection instance in application model
  • 1..1 target connection instance in resource model
Author:
mgrosse
Version:
0.10.0
Since:
0.5.0

Member Function Documentation

ConnectionInstance de.fraunhofer.isst.axbench.axlang.elements.mappings.Con2ConLink.getSourceInstance (  ) 

getter method for the source instance

Returns:
the source instance

Reimplemented from de.fraunhofer.isst.axbench.axlang.elements.mappings.A2RLink.

ConnectionInstance de.fraunhofer.isst.axbench.axlang.elements.mappings.Con2ConLink.getTargetInstance (  ) 

getter method for the target instance

Returns:
the target instance

Reimplemented from de.fraunhofer.isst.axbench.axlang.elements.mappings.A2RLink.