Interface IMetaModelFactory

All Known Implementing Classes:
MetaModelFactory

public interface IMetaModelFactory
The metamodel factory interface provides the methods that a factory should implement to create a metamodel instance.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    create(IMetaModelDS datasource, IDomainValuesFactory domainFactory)
    This method creates a meta model instance using the data source provided.
  • Method Details

    • create

      IMetaModel create(IMetaModelDS datasource, IDomainValuesFactory domainFactory)
      This method creates a meta model instance using the data source provided.
      Parameters:
      datasource - The data source providing the data needed to initialize a meta model.
      domainFactory - The domain factory for providing domain definitions for external domains.
      Returns:
      Meta model instance for the specified data source.
      Throws:
      InitializationException - This exception is thrown when (structural) errors are encountered during initialization.