Public Member Functions | Private Attributes | Static Private Attributes

de.fraunhofer.isst.axbench.timing.axbench_interface.UIFrameAXLExtension Class Reference

List of all members.

Public Member Functions

Model getAXLModel ()
 getter method for the aXLang-model
void setAXLModel (Model newAXLModel)
 setter method for the aXLang-model
 UIFrameAXLExtension (TransactionSet transactionSet)
 constructor

Private Attributes

Model axlModel

Static Private Attributes

static final long serialVersionUID = 8676551538998036171L

Detailed Description

extension of the main frame of the timing module by a slot for an aXLang-model

Author:
mgrosse
Version:
0.8.0
Since:
0.8.0

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.timing.axbench_interface.UIFrameAXLExtension.UIFrameAXLExtension ( TransactionSet  transactionSet  ) 

constructor

Parameters:
transactionSet the transaction set built from the aXLang-model

Member Function Documentation

Model de.fraunhofer.isst.axbench.timing.axbench_interface.UIFrameAXLExtension.getAXLModel (  ) 

getter method for the aXLang-model

Returns:
the stored aXLang-model
void de.fraunhofer.isst.axbench.timing.axbench_interface.UIFrameAXLExtension.setAXLModel ( Model  newAXLModel  ) 

setter method for the aXLang-model

Parameters:
newAXLModel aXLang-model to be stored

Member Data Documentation