Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model27/Model27"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model27
Jump to navigationJump to search
(Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Me...")
 
Line 12: Line 12:
<wiml>
<wiml>
* PossiblyProblematic CoreClass,Monitorable
* PossiblyProblematic CoreClass,Monitorable
!! reportError
!! reportError void()
  + XMLogicImplementation
    - OperaionBody= JavaCode=«addProblemStatus(context, ProblemStatus.ERROR, "Ooops..")»
</wiml>
</wiml>

Revision as of 10:40, 8 August 2011

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Private namespace of Andreas Leue.

create new pages

Code[edit]

PossiblyProblematic
«CoreClass, Monitorable»
reportErrorvoid () «»
...
XMLogicImplementation OperaionBodyJavaCode = «addProblemStatus(context, ProblemStatus.ERROR, "Ooops..")»