Table Of Contents

Previous topic

geotablecaller.py

Next topic

operationcaller.py

This Page

managementcaller.py

class ManagementModelCaller(Caller):

Class for executing management model calls

def __init__(self):

Initialize model caller:

>>> from simo.simulation.caller.managementcaller import ManagementModelCaller
>>> mc = ManagementModelCaller()

def execute(self, model, params, sim, depth):

Execute management model