blob: b56e9e815708081c361acdad64c18d6526fb5caa [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.esflocalanalysis;
/**
* This interface can override the generated interface {@link ISDysfunctionalAssociation} and
* will be used by the custom factory.
*
* @author $Author: ymunoz $
* @version $Revision: 176 $
*/
public interface IMSDysfunctionalAssociation
extends ISDysfunctionalAssociation {
}