// Initialize the model to ensure type resolution and scheduling
// are done.
try {
Manager manager = new Manager(_toplevel.workspace(), "manager");
_toplevel.setManager(manager);
manager.preinitializeAndResolveTypes();
} catch (Exception exception) {
throw new KernelRuntimeException(exception,
"Could not initialize composite actor");
}
}