Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model43/Model43"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model43
Jump to navigationJump to search
 
(7 intermediate revisions by the same user not shown)
Line 12: Line 12:
<wiml>
<wiml>
* Model43 CoreClass,WithInstanceEditor
* Model43 CoreClass,WithInstanceEditor
^ com.sphenon.basics.work2.Execution
^^ com.sphenon.basics.monitoring.ProblemState,com.sphenon.basics.processing.ActivityState
** Execution Execution Optional,NoFilter
** Execution net/leue/andreas/sandbox/model43/Execution43 Optional,NoFilter,InstanceOnly
   - XMLogic
  + XMLogic
    - OnCreateInitialiser = JavaCode=«(new Class_Factory_Execution43(context)).setProblemState(context, ProblemState.IDLE_INCOMPLETE).setActivityState(context, ActivityState.READY).setProgressionPercent(context, 0).mustCreate(context)»
   + XMPresentation
    - Style = "Execution"
</wiml>
</wiml>

Latest revision as of 17:57, 23 April 2024

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]

Model43
«CoreClass, WithInstanceEditor»
...
com.sphenon.basics.monitoring.ProblemState
com.sphenon.basics.processing.ActivityState
ExecutionExecution43«Optional,NoFilter,InstanceOnly»
...
XMLogic OnCreateInitialiserJavaCode = «(new Class_Factory_Execution43(context)).setProblemState(context, ProblemState.IDLE_INCOMPLETE).setActivityState(context, ActivityState.READY).setProgressionPercent(context, 0).mustCreate(context)»
XMPresentation Style"Execution"