Classes

Package de.fraunhofer.isst.axbench.axlang.elements.transactionmodel

Classes

class  Activation
 An Activation activates (triggers, starts) a Transaction in that it activates its first activity. More...
class  Activity
 An Activity is a segment of a transaction. An Activitiy can be given by a Service instance, a HWComponent instance, or a HWBus instance. More...
class  ActivityAttribute
 An ActivityAttribute contains the values of an activity that are relevant for the transaction model More...
class  Transaction
 A Transaction encapsulates a sequence of activities. More...
class  TransactionModel
 TransactionModel contains the transactions, their activations, and the attributes of the activities contained in the transactions. A TransactionModel refers to an Application2ResourceMapping that determines which Services, HWComponents, and HWBusses can be used as Activities in the Transactions. More...