Public Member Functions | Private Member Functions | Private Attributes

de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter Class Reference

List of all members.

Public Member Functions

 ConnectionConverter (Env e)
void patch (AbstractConnection axlConnection)
void patch (AbstractConnection axlConnection, AbstractDataLink axlDataElementLink)
void patchIdentifier (AbstractConnection axlConnection, AbstractDataLink axlDataElementLink)
void patchIdentifier (AbstractConnection axlConnection)
void patchParent (AbstractConnection axlConnection, AbstractDataLink axlDataElementLink)
void patchParent (AbstractConnection axlConnection)
void patchPortDataElementRefs (AbstractConnection axlConnection, AbstractDataLink axlDataElementLink)
void patchPortDataElementRefs (AbstractConnection axlConnection)
void patchSubComponentRefs (AbstractConnection axlConnection, AbstractDataLink axlDataElementLink)
void patchSubComponentRefs (AbstractConnection axlConnection)
void remove (Component axlComponent, AbstractConnection axlConnection, AbstractDataLink axlDataElementLink)
void remove (Component axlComponent, AbstractConnection axlConnection)

Private Member Functions

FunctionPortInstanceRef createFunctionPortInstanceRef (FunctionConnector eaFunctionConnector, DesignFunctionType eaFunction)
void patchIntegrity (AbstractConnection axlConnection, AbstractDataLink axlDataElementLink)

Private Attributes

Env env

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.ConnectionConverter ( Env  e  ) 

Member Function Documentation

FunctionPortInstanceRef de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.createFunctionPortInstanceRef ( FunctionConnector  eaFunctionConnector,
DesignFunctionType  eaFunction 
) [private]
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patch ( AbstractConnection  axlConnection  ) 
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patch ( AbstractConnection  axlConnection,
AbstractDataLink  axlDataElementLink 
)
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchIdentifier ( AbstractConnection  axlConnection,
AbstractDataLink  axlDataElementLink 
)
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchIdentifier ( AbstractConnection  axlConnection  ) 
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchIntegrity ( AbstractConnection  axlConnection,
AbstractDataLink  axlDataElementLink 
) [private]
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchParent ( AbstractConnection  axlConnection  ) 
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchParent ( AbstractConnection  axlConnection,
AbstractDataLink  axlDataElementLink 
)
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchPortDataElementRefs ( AbstractConnection  axlConnection  ) 
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchPortDataElementRefs ( AbstractConnection  axlConnection,
AbstractDataLink  axlDataElementLink 
)
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchSubComponentRefs ( AbstractConnection  axlConnection  ) 
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.patchSubComponentRefs ( AbstractConnection  axlConnection,
AbstractDataLink  axlDataElementLink 
)
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.remove ( Component  axlComponent,
AbstractConnection  axlConnection,
AbstractDataLink  axlDataElementLink 
)
void de.fraunhofer.isst.axbench.eastadlinterface.connections.converter.ConnectionConverter.remove ( Component  axlComponent,
AbstractConnection  axlConnection 
)

Member Data Documentation