Difference between revisions of "Artefact:Model/org/oomodels/tests/formats/wiml/SimpleClass"

From OOModels
< Artefact:Model‎ | org‎ | oomodels‎ | tests‎ | formats‎ | wiml
Jump to navigationJump to search
Line 7: Line 7:


== Code ==
== Code ==
<div class="code">
{|class="nicetable"
!colspan="5"| SimpleClass
|-
| '''MyAttribute1'''
| String
| Identifier
|rowspan="2"|
{|width="100%"
!rowspan="1"| UML
| ReadOnly
| true
|-
|}
|-
|colspan="3"| ''A truly cool attribute (I love it!)''
|-
| '''MyAttribute2'''
| boolean
|
|rowspan="2"|
{|width="100%"
!rowspan="1"| UML
| ReadOnly
| false
|-
!rowspan="2"| Logic
| InterfaceVisibility
| true
|-
| FactoryVisibility
| true
|-
|}
|-
|colspan="3"| ''not as cool as the first''
|-
|}
</div>
== {{Type:org/oomodels/wiki/doclet/Description}} ==
Experimental wiki modelling format: "Wiki Modelling Language" (WIML)
Alternative Notation:


<wiml>
<wiml>
Line 74: Line 26:
**** FactoryVisibility = true
**** FactoryVisibility = true
</wiml>
</wiml>
== {{Type:org/oomodels/wiki/doclet/Description}} ==
Experimental wiki modelling format: "Wiki Modelling Language" (WIML)

Revision as of 10:22, 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!)
*** UML
**** ReadOnly = true
MyAttribute2«»
*** boolean
***
*** not as cool as the first
*** UML
**** ReadOnly = false
*** Logic
**** InterfaceVisibility = true
**** FactoryVisibility = true


Description[edit]

Experimental wiki modelling format: "Wiki Modelling Language" (WIML)