blob: 92a9de10a4ea9da98645649b09998ceb580c76a2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Fundación Tecnalia Research & Innovation.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Huascar Espinoza - initial API and implementation
* Alejandra Ruíz - initial API and implementation
* Idoya Del Río - initial API and implementation
* Mari Carmen Palacios - initial API and implementation
* Angel López - initial API and implementation
*******************************************************************************/
/**
* Generated with Acceleo
*/
package org.eclipse.opencert.apm.assurproj.assuranceproject.providers;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.opencert.apm.assurproj.assuranceproject.util.AssuranceprojectAdapterFactory;
/**
*
*
*/
public class AssuranceprojectEEFAdapterFactory extends AssuranceprojectAdapterFactory {
/**
* {@inheritDoc}
* @see org.eclipse.opencert.apm.assurproj.assuranceproject.util.AssuranceprojectAdapterFactory#createAssuranceProjectAdapter()
*
*/
public Adapter createAssuranceProjectAdapter() {
return new AssuranceProjectPropertiesEditionProvider();
}
/**
* {@inheritDoc}
* @see org.eclipse.opencert.apm.assurproj.assuranceproject.util.AssuranceprojectAdapterFactory#createPermissionConfigAdapter()
*
*/
public Adapter createPermissionConfigAdapter() {
return new PermissionConfigPropertiesEditionProvider();
}
/**
* {@inheritDoc}
* @see org.eclipse.opencert.apm.assurproj.assuranceproject.util.AssuranceprojectAdapterFactory#createAssetsPackageAdapter()
*
*/
public Adapter createAssetsPackageAdapter() {
return new AssetsPackagePropertiesEditionProvider();
}
/**
* {@inheritDoc}
* @see org.eclipse.opencert.apm.assurproj.assuranceproject.util.AssuranceprojectAdapterFactory#createBaselineConfigAdapter()
*
*/
public Adapter createBaselineConfigAdapter() {
return new BaselineConfigPropertiesEditionProvider();
}
}