Classes

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

Classes

class  AbstractArchitectureModel
 An architecture model is a container for components. Concrete architecture models are application model and resource model. More...
class  AbstractBusConnection
class  AbstractConnection
 AbstractConnection is the abstract super class for all connections: connection, delegation down, delegation up, bus connection, bus delegation More...
class  AbstractDataLink
 AbstractDataLink is the super class for Connection-, DelegationDown-, and DelegationUpDataLinks. More...
class  ApplicationModel
class  Behavior
 Behavior models the behavior of a service. More...
class  Bus
 HWBus models a hardware bus. More...
class  BusConnection
class  BusDelegation
class  Component
 Component models an application component. More...
class  Connection
 a horizontal connection from a subcomponent to a subcomponent More...
class  ConnectionDataLink
 A ConnectionDataLink belongs to a Connection and represents the translation from the sourceDataElement to the targetDataElement along the connection. More...
class  DataElement
 DataElement is the generalized class for signals and operations. More...
class  Delegation
 a delegation from a subcomponent to the surrounding element or vice versa More...
class  DelegationDown
 a delegation from a super component down to a subcomponent More...
class  DelegationDownDataLink
 A DelegationDownDataLink belongs to a DelegationDown and represents the translation from the sourceDataElement to the targetDataElement along the delegation. More...
class  DelegationUp
 a delegation from a subcomponent up to a super component More...
class  DelegationUpDataLink
 A DelegationUpDataLink belongs to a DelegationUp and represents the translation from the sourceDataElement to the targetDataElement along the delegation. More...
class  Execute
 Execute models the executable behavior of a service. More...
class  Function
 Function models a function of a component. More...
class  FunctionLink
 A function link is used in a component to define the decomposition of a function to the subcomponents of the component. More...
class  Operation
 Operation models an operation of an interface. More...
class  Parameter
 Parameter models an operation parameter. More...
class  Port
 Port models a port of a component. More...
class  PortRWAccess
 PortRWAccess models a read or write access to a port More...
class  ResourceModel
class  RWAccess
 RWAccess is the abstract super class for VariableRWAccess and PortRWAccess More...
class  Signal
 Signal models a signal of a sender-receiver-interface. More...
class  Storage
 Storage models a storage. More...
class  StorageLink
 A storage link is used in a component to define the decomposition of a storage to the subcomponents of the component. More...
class  StorageRWAccess
 StorageRWAccess models a read or write access to a variable More...
class  SubComponent
 SubComponent models a subcomponent. More...
class  XORComponent
 Element: XORComponent. More...