blob: 48503c78cc7201529bc7e71599aa5607736163e6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 ALL4TEC & CEA LIST.
* 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:
* ALL4TEC & CEA LIST - initial API and implementation
*******************************************************************************/
package org.polarsys.esf.fmea;
import org.polarsys.esf.esffmea.ISFMEA;
/**
* This interface can override the generated interface {@link ISFMEA} and
* will be used by the custom factory.
*
* @author $Author: ogurcan $
* @version $Revision: 176 $
*/
public interface IMSFMEA
extends ISFMEA {
}