A WSF application must instantiate three fundamental objects to execute a WSF simulation:
- WsfApplication - Supervisory object for a WSF application.
- WsfScenario - Defines the properties and initial conditions of the objects to be simulated. This is typically populated from one or more files.
- WsfSimulation (or one of its derivations) - Executes the scenario.
Each of these objects allows extensions to be defined that extended the capabilities of WSF. These are:
What do you want to do next?