Interface IDesignEngineFactory

  • All Known Implementing Classes:
    DesignEngineFactory

    public interface IDesignEngineFactory
    Factory class to create an instance of DesignEngine
    • Field Detail

      • EXTENSION_DESIGN_ENGINE_FACTORY

        static final java.lang.String EXTENSION_DESIGN_ENGINE_FACTORY
        The extension point used to create the factory object.
        See Also:
        Platform.createFactoryObject(String), Constant Field Values
    • Method Detail

      • createDesignEngine

        IDesignEngine createDesignEngine​(DesignConfig config)
        Creates a new design engine object.
        Parameters:
        config - the given design config
        Returns:
        the design engine object