org.eclipse.epsilon.eml.trace.MergeTrace Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2008 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Dimitrios Kolovos - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.eml.trace;
import java.util.ArrayList;
import java.util.Collection;
import java.util.ListIterator;
import org.eclipse.epsilon.ecl.trace.Match;
import org.eclipse.epsilon.eml.dom.MergeRule;
public class MergeTrace extends ArrayList {
public void add(Match match, Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy