Public Member Functions

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

P2PLink models the link between an application port and a resource port. More...

List of all members.

Public Member Functions

PortInstance getSourceInstance ()
 getter method for the source instance
PortInstance getTargetInstance ()
 getter method for the target instance
 P2PLink ()
 Constructor.

Detailed Description

P2PLink models the link between an application port and a resource port.

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

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.axlang.elements.mappings.P2PLink.P2PLink (  ) 

Constructor.


Member Function Documentation

PortInstance de.fraunhofer.isst.axbench.axlang.elements.mappings.P2PLink.getSourceInstance (  ) 

getter method for the source instance

Returns:
the source instance

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

PortInstance de.fraunhofer.isst.axbench.axlang.elements.mappings.P2PLink.getTargetInstance (  ) 

getter method for the target instance

Returns:
the target instance

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