Interface OMMetaFactoryLocator

All Known Implementing Classes:
DefaultOMMetaFactoryLocator

public interface OMMetaFactoryLocator
Used internally by OMAbstractFactory to locate the OMMetaFactory for a given feature.
  • Method Details

    • getOMMetaFactory

      OMMetaFactory getOMMetaFactory(String feature)
      Get the OMMetaFactory for the given feature.
      Parameters:
      feature - the requested feature
      Returns:
      the meta factory or null if no meta factory with the given feature is available