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 29: Line 29:
===SimpleClass===
===SimpleClass===


{|class="nicetable"|
{|class="nice"
! Attribute
! Attribute
! Type
! Type
Line 40: Line 40:
| Identifier
| Identifier
| A truly cool attribute (I love it!)
| A truly cool attribute (I love it!)
| ;Logic
|
;Logic
: InterfaceVisibility = true
: InterfaceVisibility = true
: FactoryVisibility = true
: FactoryVisibility = true
Line 48: Line 49:
|  
|  
| not as cool as the first
| not as cool as the first
| ;Logic
|
: InterfaceVisibility = true
{|
: FactoryVisibility = true
! Logic
|-
|
{|
| InterfaceVisibility
| true
|-
| FactoryVisibility
| true
|-
|}
|-
|}
|-
|-
|}
|}

Revision as of 07:35, 18 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[edit]

  • MyAttribute : String (Identifier)
    a simple attribute of type "String" and stereotype "Identifier"

SimpleClass[edit]

  • MyAttribute1
    String (Identifier)
    a simple attribute of type "String" and stereotype "Identifier"
    Logic
    InterfaceVisibility = true
    FactoryVisibility = false
  • MyAttribute2
    boolean
    another attribute
    Logic
    InterfaceVisibility = true
    FactoryVisibility = true

SimpleClass[edit]

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

Description[edit]

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