public interface IDesignEngineFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXTENSION_DESIGN_ENGINE_FACTORY
The extension point used to create the factory object.
|
Modifier and Type | Method and Description |
---|---|
IDesignEngine |
createDesignEngine(DesignConfig config)
Creates a new design engine object.
|
static final java.lang.String EXTENSION_DESIGN_ENGINE_FACTORY
Platform.createFactoryObject(String)
,
Constant Field ValuesIDesignEngine createDesignEngine(DesignConfig config)
config
- the given design configCopyright © 2008 Actuate Corp. All rights reserved.