Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model43/Model43"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) (→Code) |
AndreasLeue (talk | contribs) |
||
Line 14: | Line 14: | ||
^ com.sphenon.basics.work2.Execution | ^ com.sphenon.basics.work2.Execution | ||
** Execution Execution Optional,NoFilter | ** Execution Execution Optional,NoFilter | ||
- | + XMLogic | ||
- OnCreateInitialiser = JavaCode=«new Class_Factory_ExecutionBase(context)) | |||
.setInstruction(context, new Class_Instruction(context, "")) | |||
.setProblemState(context, ProblemState.IDLE_INCOMPLETE) | |||
.setProblem(context, null) | |||
.setActivityState(context, ActivityState.READY) | |||
.setProgressionPercent(context, 0) | |||
.setRecord(context, null) | |||
.setPerformance(context, null) | |||
.mustCreate(context)» | |||
</wiml> | </wiml> |
Revision as of 15:19, 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» | ||||||
---|---|---|---|---|---|---|
...
|
||||||
Execution | Execution | «Optional,NoFilter» | ...
| |||
.setInstruction(context, new Class_Instruction(context, "")) .setProblemState(context, ProblemState.IDLE_INCOMPLETE) .setProblem(context, null) .setActivityState(context, ActivityState.READY) .setProgressionPercent(context, 0) .setRecord(context, null) .setPerformance(context, null) .mustCreate(context)» |