Artefact:Template/org/ooem/templates/wiml-1.0-ooem-multipart-1.0

From OOModels
Jump to navigationJump to search
Classification
Type Type:org/oogenerator/Template/2.0
Domain Domain:it/development/formatting
Category Type:org/oomodels/wiki/Template
Maturity final
More
Download Code
Namespace (more)

OOEM main package

create new pages

Code[edit]

G-2.0-plain_java-1.0 -*- coding: utf-8; -*-

import org.oomodels.wiml.*;
▼
⊏ signature(String wiml_code) ⊐
⊏ locatortarget Object = (Object object) ⊐
« try { WIMLClass wc = WIMLClass.parseWIML(wiml_code); object = wc; »
<Class>
  <Name>‖"Ⓟ/Name"</Name>
  <Stereotype>«∀(‖"Ⓟ/Stereotypes"){»◂⊙▸«}/∀»</Stereotype>
«∀(‖"Ⓟ/Attributes"){»
  <Attribute Name="‖"Ⓟ/Name"" Type="‖"Ⓟ/Type"" Stereotype="«∀(‖"Ⓟ/Stereotypes"){»◂⊙▸«}/∀»"/>
«}/∀»
</Class>
« } catch (Throwable t) { »
ERROR: ◂t▸
« } »