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
 
(30 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===
* SimpleClass Interface
 
  This my first famous WIML class!
* MyAttribute : String (Identifier) <br> ''a simple attribute of type "String" and stereotype "Identifier"''
** MyAttribute1 String Identifier
 
  A truly cool attribute (I love it!)
*; MyAttribute : String (Identifier)
  + UML
              : ''a simple attribute of type "String" and stereotype "Identifier"''
    - ReadOnly = true
 
** MyAttribute2 boolean
</div>
  not as cool as the first
  + UML
    - ReadOnly = false
  + Logic
    - InterfaceVisibility = true
    - FactoryVisibility = true
</wiml>


== {{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)