// setup & start the reification pipeline
ReificationPipeline pipeline = new ReificationPipeline(
new UniqueIdCheckStep(),
new BuildUserInterfaceStep(),
new ImplicitBehaviourStep(framework.getDispatcher()),
new IntegrityStep());
try {
pipeline.execute(dialog, context);
//progress.getBar().setProgress(100.0);