| functions - UML-Dokumentation |
| Zusammenfassung:AttributeEigenschaften | Details:Attribute |
This class represents a delegate which is a method to encapsulate one or more function pointers.
| Attribute | ||
| <Primitive Type> Boolean |
This property is true if this delegate is an inner class, which means that it is declared in the context of another class. |
|
| <Class> GASTClass |
This property represents a reference to the common, direct super class of all delegates. This is the System.Delegate class, which is a part of the Common Language Infrastructure (CLI), Base Class Library (BCL). |
|
| <Class> Function |
This property represents a list of all functions which are called when this delegate is called. |
|
| <Class> GASTClass |
This property represents a reference to the surrounding class of this delegate in the case of an inner delegate. Otherwise it is "null". |
|
| <Class> Package |
This property represents a reference to the package in which this delegate is contained. |
|
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | Delegate |
| Name Expression | |
| Namespace | <<ePackage>> <Package> functions |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> functions |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> functions |
| Qualified Name | gast::functions::Delegate |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Details für Attribute |
Public <Primitive Type> Boolean innerDelegate
This property is true if this delegate is an inner class, which means that it is declared in the context of another class.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> Delegate |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | innerDelegate |
| Name Expression | |
| Namespace | <Class> Delegate |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Delegate |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::functions::Delegate::innerDelegate |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Boolean |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
Public <Class> Function invocations
This property represents a list of all functions which are called when this delegate is called.
| Aggregation | None |
| Alias | |
| Association | <Association> A_invocations_delegate |
| Association End | |
| Class | <Class> Delegate |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 0 |
| Lower Value | <Literal Integer> 0 |
| Multiplicity | * |
| Name | invocations |
| Name Expression | |
| Namespace | <Class> Delegate |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Delegate |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::functions::Delegate::invocations |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Function |
| Upper | * |
| Upper Value | <Literal Unlimited Natural> * |
| Visibility | Public |
Public <Class> GASTClass superClass
This property represents a reference to the common, direct super class of all delegates. This is the System.Delegate class, which is a part of the Common Language Infrastructure (CLI), Base Class Library (BCL).
| Aggregation | None |
| Alias | |
| Association | <Association> A_superClass_delegate |
| Association End | |
| Class | <Class> Delegate |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 0 |
| Lower Value | <Literal Integer> 0 |
| Multiplicity | 0..1 |
| Name | superClass |
| Name Expression | |
| Namespace | <Class> Delegate |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Delegate |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::functions::Delegate::superClass |
| Stereotype | |
| Template Parameter | |
| Type | <Class> GASTClass |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
Public <Class> GASTClass surroundingClass
This property represents a reference to the surrounding class of this delegate in the case of an inner delegate. Otherwise it is "null".
| Aggregation | None |
| Alias | |
| Association | <Association> A_innerDelegates_surroundingClass |
| Association End | |
| Class | <Class> Delegate |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | surroundingClass |
| Name Expression | |
| Namespace | <Class> Delegate |
| Opposite | <Property> innerDelegates : Delegate [0..*] |
| Owned Template Signature | |
| Owner | <Class> Delegate |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::functions::Delegate::surroundingClass |
| Stereotype | |
| Template Parameter | |
| Type | <Class> GASTClass |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
Public <Class> Package surroundingPackage
This property represents a reference to the package in which this delegate is contained.
| Aggregation | None |
| Alias | |
| Association | <Association> A_delegates_surroundingPackage |
| Association End | |
| Class | <Class> Delegate |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | surroundingPackage |
| Name Expression | |
| Namespace | <Class> Delegate |
| Opposite | <Property> delegates : Delegate [0..*] |
| Owned Template Signature | |
| Owner | <Class> Delegate |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::functions::Delegate::surroundingPackage |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Package |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
| functions - UML-Dokumentation |
| Zusammenfassung:AttributeEigenschaften | Details:Attribute |