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
(Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Download = true | Meta_AddTypeToCategory = true | Meta_AddCategoryToCategory = true }} == Code == <wiml> * Model43 CoreClass,WithInstanceEditor ^^ com.sphenon.basics.operations.Execution ** Execution Execution Optional,NoFilter </wiml>")
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
<wiml>
<wiml>
* Model43 CoreClass,WithInstanceEditor
* Model43 CoreClass,WithInstanceEditor
^^ com.sphenon.basics.operations.Execution
** Execution Execution43 Optional,NoFilter,InstanceOnly
** Execution Execution Optional,NoFilter
  + XMLogic
    - OnCreateInitialiser = JavaCode=«new Class_Factory_Execution43(context)).setProblemState(context, ProblemState.IDLE_INCOMPLETE).setActivityState(context, ActivityState.READY).setProgressionPercent(context, 0).mustCreate(context))»
</wiml>
</wiml>

Revision as of 15:51, 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»
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))»