Interface IProfileFactory

All Known Implementing Classes:
ProfileFactory

public interface IProfileFactory
Interface for factories capable of creating profile instances.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method creates a profile for the specified meta model.
  • Method Details

    • create

      IProfile create(IMetaModel model)
      This method creates a profile for the specified meta model.
      Parameters:
      model - The meta model for which the profile should be created.
      Returns:
      The profile instance for the specified meta model.
      Throws:
      AppException - This exception is thrown when the profile could not be created due to a fatal error.