Public Member Functions | Package Functions

de.fraunhofer.isst.axbench.transactioneditor.ElementProvider Interface Reference

List of all members.

Public Member Functions

void setOutput (ElementOutputPort value)

Package Functions

ElementOutputPort getOutput ()

Detailed Description

A representation of the model object 'Element Provider'.

The following features are supported:

See also:
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getElementProvider() abstract="true"

Member Function Documentation

ElementOutputPort de.fraunhofer.isst.axbench.transactioneditor.ElementProvider.getOutput (  )  [package]

Returns the value of the 'Output' containment reference.

If the meaning of the 'Output' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Output' containment reference.
See also:
setOutput(ElementOutputPort)
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage.getElementProvider_Output() containment="true" keys="id" required="true"

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.ElementProviderImpl.

void de.fraunhofer.isst.axbench.transactioneditor.ElementProvider.setOutput ( ElementOutputPort  value  ) 

Sets the value of the 'Output' containment reference.

Parameters:
value the new value of the 'Output' containment reference.
See also:
getOutput()

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.ElementProviderImpl.