You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Given the scenario above when there are no dependencies between model the following will occur when the composite model is run.

CompositeModel.Initialize()
Model1.Initialize()
Model2.Initialize()
Model3.Initialize()
Model1.Run()
Model2.Run()
Model3.Run()
Model1.Initialize()
Model2.Initialize()
Model3.Initialize()
  • No labels