forked from gem/oq-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
RiskLib 0.1 Job
bwyss edited this page Mar 16, 2011
·
4 revisions
A Job is an object responsible for parsing a configuration, loading the appropriate behaviour based on that configuration, and then executing the tasks associated with that behaviour. The workflow of a Job is broken up into four parts: the Job class, the Mixin class, the Risk and Hazard mixin proxies, and the various Hazard and Risk mixins to define behavior. For more information see the code documentation: http://opengem.globalquakemodel.org/docs/job.html
Back to Blueprints