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 9: Line 9:


<wiml>
<wiml>
* SimpleClass
* SimpleClass Interface
** MyAttribute1
** MyAttribute1 String Identifier
*** String
  A truly cool attribute (I love it!)
*** «Identifier»
  + UML
*** A truly cool attribute (I love it!)
    - ReadOnly = true
*** UML
** MyAttribute2 boolean
**** ReadOnly = true
  not as cool as the first
** MyAttribute2
  + UML
*** boolean
    - ReadOnly = false
***
  + Logic
*** not as cool as the first
    - InterfaceVisibility = true
*** UML
    - FactoryVisibility = true
**** ReadOnly = false
*** Logic
**** InterfaceVisibility = true
**** FactoryVisibility = true
</wiml>
</wiml>



Revision as of 16:21, 19 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
«Interface»
MyAttribute1String«Identifier»
...
UML ReadOnlytrue
A truly cool attribute (I love it!)
MyAttribute2boolean«»
...
UML ReadOnlyfalse
Logic InterfaceVisibilitytrue
FactoryVisibilitytrue
not as cool as the first


Description[edit]

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