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
 
(17 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!)
===SimpleClass===
  + UML
 
    - ReadOnly = true
*; MyAttribute1 : String (Identifier)
** MyAttribute2 boolean
*: ''a simple attribute of type "String" and stereotype "Identifier"''
  not as cool as the first
*:; Logic
  + UML
*:: InterfaceVisibility = true
    - ReadOnly = false
*:: FactoryVisibility = false
  + Logic
*
    - InterfaceVisibility = true
*; MyAttribute2 : boolean
    - FactoryVisibility = true
*: ''another attribute
</wiml>
*:; Logic
*:: InterfaceVisibility = true
*:: FactoryVisibility = true
 
===SimpleClass===
 
{|class="nicetable"
! Attribute
! Type
! Stereotype
! Comment
! Properties
|-
| MyAttribute1
| String
| Identifier
| A truly cool attribute (I love it!)
|
;Logic
: InterfaceVisibility = true
: FactoryVisibility = true
|-
| MyAttribute2
| boolean
|
| not as cool as the first
|
{|
! 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)