Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes

de.fraunhofer.isst.axbench.autosarinterface.autosar2AxlSynchronization.Autosar2AxlSynchAdapter Class Reference

List of all members.

Public Member Functions

boolean isAdaptorForType (Object type)
void notifyChanged (Notification notification)

Static Public Attributes

static Autosar2AxlSynchAdapter INSTANCE = new Autosar2AxlSynchAdapter()

Private Member Functions

void updateApplicationModel (ARPackage arPackage, Notification notification)
void updateComponent (ComponentType arComponentType, Notification notification)
void updatePort (PortPrototype arPortPrototype, Notification notification)
void updateSubComponent (ComponentPrototype arComponentPrototype, Notification notification)

Private Attributes

IAXLangElement axlElement = null

Member Function Documentation

boolean de.fraunhofer.isst.axbench.autosarinterface.autosar2AxlSynchronization.Autosar2AxlSynchAdapter.isAdaptorForType ( Object  type  ) 
void de.fraunhofer.isst.axbench.autosarinterface.autosar2AxlSynchronization.Autosar2AxlSynchAdapter.notifyChanged ( Notification  notification  ) 
void de.fraunhofer.isst.axbench.autosarinterface.autosar2AxlSynchronization.Autosar2AxlSynchAdapter.updateApplicationModel ( ARPackage  arPackage,
Notification  notification 
) [private]
void de.fraunhofer.isst.axbench.autosarinterface.autosar2AxlSynchronization.Autosar2AxlSynchAdapter.updateComponent ( ComponentType  arComponentType,
Notification  notification 
) [private]

connectors

void de.fraunhofer.isst.axbench.autosarinterface.autosar2AxlSynchronization.Autosar2AxlSynchAdapter.updatePort ( PortPrototype  arPortPrototype,
Notification  notification 
) [private]
void de.fraunhofer.isst.axbench.autosarinterface.autosar2AxlSynchronization.Autosar2AxlSynchAdapter.updateSubComponent ( ComponentPrototype  arComponentPrototype,
Notification  notification 
) [private]

Member Data Documentation