com.monad.homerun.modelmgt
Interface ModelFactory


public interface ModelFactory

ModelFactory is a service interface for bundles providing model runtimes


Method Summary
 ModelRuntime createRuntime(java.lang.String type)
          Instantiates a model runtime of specified type
 

Method Detail

createRuntime

ModelRuntime createRuntime(java.lang.String type)
Instantiates a model runtime of specified type

Parameters:
type - the model type
Returns:
runtime object for type


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.