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
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Metabox
{{Metabox
| Meta_Type     = Type:org/oomodels/WIML/1.0
| Meta_Type                 = Type:org/oomodels/WIML/1.0
| Meta_Domain   = Domain:it/test
| Meta_Domain               = Domain:it/test
| Meta_Category = Type:org/oomodels/wiki/Model
| Meta_Category             = Type:org/oomodels/wiki/Model
| Meta_Download = true
| Meta_Download             = true
| Meta_AddTypeToCategory    = true
| Meta_AddCategoryToCategory = true
}}
}}


Line 9: Line 11:


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



Latest revision as of 08:53, 25 August 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»
This my first famous WIML class!
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)