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
 
(14 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
}}
}}


== Code ==
== Code ==


<div class="code">
<wiml>
 
* SimpleClass Interface
{|class="nicetable"
  This my first famous WIML class!
!colspan="5"| SimpleClass
** MyAttribute1 String Identifier
|-
  A truly cool attribute (I love it!)
| MyAttribute1
  + UML
| String
    - ReadOnly = true
| Identifier
** MyAttribute2 boolean
| ''A truly cool attribute (I love it!)''
  not as cool as the first
|
  + UML
{|
    - ReadOnly = false
!rowspan="99"| UML
  + Logic
| ReadOnly
    - InterfaceVisibility = true
| true
    - FactoryVisibility = true
|-
</wiml>
|}
|-
| MyAttribute2
| boolean
|
| ''not as cool as the first''
|
{|
!rowspan="99"| Logic
| InterfaceVisibility
| true
|-
| FactoryVisibility
| true
|-
|}
|-
|}
 
</div>


== {{Type:org/oomodels/wiki/doclet/Description}} ==
== {{Type:org/oomodels/wiki/doclet/Description}} ==


Experimental wiki modelling format: "Wiki Modelling Language" (WIML)
Experimental wiki modelling format: "Wiki Modelling Language" (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)