blob: fadb4820e887b984e8dcc67b1c514a2be5c89bc8 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2016 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:
* David LOPEZ BETANCUR (CEA LIST)
* Sebastien REVOL (CEA LIST)
*
*****************************************************************************/
package org.eclipse.papyrus.moka.xygraph.mapping.writing;
import org.eclipse.papyrus.moka.xygraph.mapping.common.XYGraphWidgetBinder;
public interface TraceBuildStrategy {
/**
* Rebuild the traces that are not already in the xyGraph
* @param xyGraphBind
*/
public void rebuildTraces(XYGraphWidgetBinder xyGraphBind);
}