Public Member Functions

de.fraunhofer.isst.axbench.axlang.elements.globalinstances.DelegationUpInstance Class Reference

Global instance of a connection. More...

List of all members.

Public Member Functions

 DelegationUpInstance ()
 Constructor, setting the reference definition.
DelegationUp getDelegationUp ()
 Returns the instantiated delegation.
boolean removeDelegationUp ()
 Removes the instantiated delegation.
void setDelegationUp (DelegationUp newElement) throws AXLException
 Sets the instantiated delegation reference.

Detailed Description

Global instance of a connection.

Author:
mgrosse
ekleinod
Version:
0.9.0
Since:
0.9.0

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.axlang.elements.globalinstances.DelegationUpInstance.DelegationUpInstance (  ) 

Constructor, setting the reference definition.


Member Function Documentation

DelegationUp de.fraunhofer.isst.axbench.axlang.elements.globalinstances.DelegationUpInstance.getDelegationUp (  ) 

Returns the instantiated delegation.

Returns:
the instantiated delegation
Return values:
null if none defined
boolean de.fraunhofer.isst.axbench.axlang.elements.globalinstances.DelegationUpInstance.removeDelegationUp (  ) 

Removes the instantiated delegation.

Returns:
remove success
Return values:
true reference was removed, or was null
false reference was not removed
void de.fraunhofer.isst.axbench.axlang.elements.globalinstances.DelegationUpInstance.setDelegationUp ( DelegationUp  newElement  )  throws AXLException

Sets the instantiated delegation reference.

Parameters:
newInstantiatedElement the new instantiated delegation
Exceptions:
AXLException if the reference cannot be set