Class ConfigurationStandaloneContentModelFactory

  • All Implemented Interfaces:
    IModelFactory

    public class ConfigurationStandaloneContentModelFactory
    extends Object
    implements IModelFactory
    The AEF 2.0 model factory to create models for confuguration standalone content page.
    • Constructor Detail

      • ConfigurationStandaloneContentModelFactory

        public ConfigurationStandaloneContentModelFactory()
    • Method Detail

      • createModel

        public IModel createModel​(IDefinition definition,
                                  org.eclipse.emf.ecore.EObject... objects)
        Description copied from interface: IModelFactory
        Creates IModel instance by the given arguments.
        Specified by:
        createModel in interface IModelFactory
        Parameters:
        definition - the definition, cannot be null.
        objects - the objects for that the model is created.
        Returns:
        the newly created model.