|
@@ -399,7 +399,7 @@ export function getDemoLive() {
|
|
|
const nodeCreation = deltaRegistry.newNodeCreation(runtimeId);
|
|
const nodeCreation = deltaRegistry.newNodeCreation(runtimeId);
|
|
|
graphState.exec(nodeCreation);
|
|
graphState.exec(nodeCreation);
|
|
|
graphState.exec(deltaRegistry.newEdgeUpdate(nodeCreation.createOutgoingEdge("type"), "RuntimeModel"));
|
|
graphState.exec(deltaRegistry.newEdgeUpdate(nodeCreation.createOutgoingEdge("type"), "RuntimeModel"));
|
|
|
- graphState.exec(deltaRegistry.newEdgeUpdate(nodeCreation.createOutgoingEdge("design"), runtimeStuff.modelNode!.creation));
|
|
|
|
|
|
|
+ graphState.exec(deltaRegistry.newEdgeUpdate(nodeCreation.createOutgoingEdge("model"), runtimeStuff.modelNode!.creation));
|
|
|
// set the 'current' pointer - read dependency on 'initial'.
|
|
// set the 'current' pointer - read dependency on 'initial'.
|
|
|
graphState.exec(deltaRegistry.newEdgeUpdate(nodeCreation.createOutgoingEdge("current"), runtimeStuff.initial!.creation, [(runtimeStuff.modelNode!.outgoingDeltas.get("initial")!.read())]));
|
|
graphState.exec(deltaRegistry.newEdgeUpdate(nodeCreation.createOutgoingEdge("current"), runtimeStuff.initial!.creation, [(runtimeStuff.modelNode!.outgoingDeltas.get("initial")!.read())]));
|
|
|
return {compositeLabel: "initialize"};
|
|
return {compositeLabel: "initialize"};
|