Pré. | Proc. |
Conventions de Delphes
Enterprise Architect en supporte l'ingénierie round retour de Delphi, où ces conventions sont utilisées :
Stéréotypes
Stéréotype |
S'applique à |
Voir également |
---|---|---|
constructeur |
Opération Correspond à : un constructeur. |
|
destructeur |
Opération Correspond à : Un destructeur. |
|
interface d'affichage |
Classe, interface Correspond à : une interface de répartition. |
|
énumération |
Classer Correspond à : un type énuméré. |
|
métaclasse |
Classer Correspond à : un type de métaclasse. |
|
object |
Classer Correspond à : un type d' object . |
|
opérateur |
Opération Correspond à : un opérateur. |
|
propriété obtenir |
Opération Correspond à : une propriété 'lecture'. |
|
ensemble de propriétés |
Opération Correspond à : Une propriété 'write'. |
|
structure |
Classer Correspond à : un type d'enregistrement. |
Valeur Étiquetés
Étiquette |
S'applique à |
Voir également |
---|---|---|
Nom d'attribut |
Opération avec propriété de stéréotype get ou propriété set Correspond à : Le nom de la variable derrière cette propriété. |
|
surcharge |
Opération Correspond à : Le mot-clé 'overload'. |
|
passer outre |
Opération Correspond à : Le mot-clé 'override'. |
|
emballé |
Classer Correspond à : Le mot-clé 'packed'. |
|
propriété |
Classer Correspond à : Une propriété ; voir Delphi Propriétés pour plus d'informations. |
|
réintroduire |
Opération Correspond à : Le mot-clé 'réintroduire'. |
Autres conventions
- La propriété Statique d'un attribut ou d'une opération correspond au mot clé 'class'
- La propriété Fixed d'un paramètre correspond au mot clé 'const'
- La valeur de inout pour la propriété Kind d'un paramètre correspond au mot clé 'Var'
- La valeur de out pour la propriété Kind d'un paramètre correspond au mot clé 'Out'