Artefact:Template/org/ooem/templates/wiml-1.0-ooem-multipart-1.0: Unterschied zwischen den Versionen

Aus OOModels
Zur Navigation springenZur Suche springen
Zeile 15: Zeile 15:
  <span class="oogfilecode">▼</span><span class="oogcontinuation">…</span>
  <span class="oogfilecode">▼</span><span class="oogcontinuation">…</span>
  <span class="oogtemplatecode">⊏ signature(String wiml_code) ⊐</span><span class="oogcontinuation">…</span>
  <span class="oogtemplatecode">⊏ signature(String wiml_code) ⊐</span><span class="oogcontinuation">…</span>
<span class="oogtemplatecode">⊏ locatortarget Object = (Object object) ⊐</span><span class="oogcontinuation">…</span>
  <span class="oogcode">« try { WIMLClass wc = WIMLClass.parseWIML(wiml_code); object = wc; »</span><span class="oogcontinuation">…</span>
  <span class="oogcode">« try { WIMLClass wc = WIMLClass.parseWIML(wiml_code); object = wc; »</span><span class="oogcontinuation">…</span>
  <Class>
  <Class>

Version vom 23. Juli 2008, 15:56 Uhr

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[Bearbeiten]

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

import org.oomodels.wiml.*;

⊏ signature(String wiml_code) ⊐
« 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▸
« } »