Difference between revisions of "Artefact:Model/org/oomodels/tests/formats/wiml/SimpleClass"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 53: | Line 53: | ||
Experimental wiki modelling format: "Wiki Modelling Language" (WIML) | Experimental wiki modelling format: "Wiki Modelling Language" (WIML) | ||
Alternative Notation: | |||
<wiml> | |||
* SimpleClass | |||
** MyAttribute1 | |||
*** String | |||
*** Identifier | |||
*** A truly cool attribute (I love it!) | |||
*** UML | |||
**** ReadOnly = true | |||
** MyAttribute2 | |||
*** boolean | |||
*** | |||
*** not as cool as the first | |||
*** UML | |||
**** ReadOnly = false | |||
*** Logic | |||
**** InterfaceVisibility = true | |||
**** FactoryVisibility = true | |||
</wiml> |
Revision as of 08:56, 18 July 2008
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
OOModels main namespace | |
create new pages |
Code[edit]
SimpleClass | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MyAttribute1 | String | Identifier |
| ||||||||
A truly cool attribute (I love it!) | |||||||||||
MyAttribute2 | boolean |
| |||||||||
not as cool as the first |
Description[edit]
Experimental wiki modelling format: "Wiki Modelling Language" (WIML)
Alternative Notation: