Difference between revisions of "Artefact:Model/de/ext/contactmanager/Testmodel"

From OOModels
Jump to navigationJump to search
 
(16 intermediate revisions by 3 users not shown)
Line 6: Line 6:
| Meta_AddTypeToCategory    = true
| Meta_AddTypeToCategory    = true
| Meta_AddCategoryToCategory = true
| Meta_AddCategoryToCategory = true
| Meta_Diagram = Artefact:Diagram/de/ext/contactmanager/testmodel
}}
}}


== Code ==
== Code ==
<wiml>
* EntityName
** Name Type String
</wiml>


<wiml>
<wiml>
* ClassName Stereotype
* PersonName
  > BaseClass
** Vorname String
  Single line class description
** MI String
** Attribute1Name Type Stereotype
** Nachname String
  Single line attribute description
</wiml>
  + Extension11Name
    - Property111Name = Property111Value
** Association4Name Type(*) Stereotype
  Single line association description
** Association4Name Type(+) Stereotype
  Single line association description
** Association4Name Type(1) Stereotype
  Single line association description


* ClassName testklasse1
<wiml>
  > BaseClass
* Person
  Meine Testklasse
** Name PersonName
** Atribut1 Type String
  Mein erstes Artibut
</wiml>
</wiml>

Latest revision as of 14:26, 10 September 2009

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Diagram
Namespace (more)
create new pages

Code[edit]

EntityName
NameType«String»


PersonName
VornameString«»
MIString«»
NachnameString«»


Person
NamePersonName«»