/******************************************************************************* * Copyright (c) 2012, 2014 Obeo and others. * 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: * Obeo - initial API and implementation * Stefan Dirix - bug 441172 *******************************************************************************/ package org.eclipse.emf.compare.tests.equi.data; import java.io.IOException; import org.eclipse.emf.compare.tests.framework.AbstractInputData; import org.eclipse.emf.ecore.resource.Resource; public class EquiInputData extends AbstractInputData { public Resource getA1Left() throws IOException { return loadFromClassLoader("a1/left.nodes"); //$NON-NLS-1$ } public Resource getA1Right() throws IOException { return loadFromClassLoader("a1/right.nodes"); //$NON-NLS-1$ } public Resource getA2Left() throws IOException { return loadFromClassLoader("a2/left.nodes"); //$NON-NLS-1$ } public Resource getA2Right() throws IOException { return loadFromClassLoader("a2/right.nodes"); //$NON-NLS-1$ } public Resource getA3Left() throws IOException { return loadFromClassLoader("a3/left.nodes"); //$NON-NLS-1$ } public Resource getA3Right() throws IOException { return loadFromClassLoader("a3/right.nodes"); //$NON-NLS-1$ } public Resource getA4Left() throws IOException { return loadFromClassLoader("a4/left.nodes"); //$NON-NLS-1$ } public Resource getA4Right() throws IOException { return loadFromClassLoader("a4/right.nodes"); //$NON-NLS-1$ } public Resource getA5Left() throws IOException { return loadFromClassLoader("a5/left.nodes"); //$NON-NLS-1$ } public Resource getA5Right() throws IOException { return loadFromClassLoader("a5/right.nodes"); //$NON-NLS-1$ } public Resource getC1Left() throws IOException { return loadFromClassLoader("c1/left.nodes"); //$NON-NLS-1$ } public Resource getC1Right() throws IOException { return loadFromClassLoader("c1/right.nodes"); //$NON-NLS-1$ } public Resource getC2Left() throws IOException { return loadFromClassLoader("c2/left.nodes"); //$NON-NLS-1$ } public Resource getC2Right() throws IOException { return loadFromClassLoader("c2/right.nodes"); //$NON-NLS-1$ } public Resource getC3Left() throws IOException { return loadFromClassLoader("c3/left.nodes"); //$NON-NLS-1$ } public Resource getC3Right() throws IOException { return loadFromClassLoader("c3/right.nodes"); //$NON-NLS-1$ } public Resource getC4Left() throws IOException { return loadFromClassLoader("c4/left.nodes"); //$NON-NLS-1$ } public Resource getC4Right() throws IOException { return loadFromClassLoader("c4/right.nodes"); //$NON-NLS-1$ } public Resource getC5Left() throws IOException { return loadFromClassLoader("c5/left.nodes"); //$NON-NLS-1$ } public Resource getC5Right() throws IOException { return loadFromClassLoader("c5/right.nodes"); //$NON-NLS-1$ } public Resource getC6Left() throws IOException { return loadFromClassLoader("c6/left.nodes"); //$NON-NLS-1$ } public Resource getC6Right() throws IOException { return loadFromClassLoader("c6/right.nodes"); //$NON-NLS-1$ } public Resource getC7Left() throws IOException { return loadFromClassLoader("c7/left.nodes"); //$NON-NLS-1$ } public Resource getC7Right() throws IOException { return loadFromClassLoader("c7/right.nodes"); //$NON-NLS-1$ } public Resource getD1Left() throws IOException { return loadFromClassLoader("d1/left.nodes"); //$NON-NLS-1$ } public Resource getD1Right() throws IOException { return loadFromClassLoader("d1/right.nodes"); //$NON-NLS-1$ } public Resource getE1Left() throws IOException { return loadFromClassLoader("e1/left.nodes"); //$NON-NLS-1$ } public Resource getE1Right() throws IOException { return loadFromClassLoader("e1/right.nodes"); //$NON-NLS-1$ } public Resource getE1Ancestor() throws IOException { return loadFromClassLoader("e1/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE2Left() throws IOException { return loadFromClassLoader("e2/left.nodes"); //$NON-NLS-1$ } public Resource getE2Right() throws IOException { return loadFromClassLoader("e2/right.nodes"); //$NON-NLS-1$ } public Resource getE2Ancestor() throws IOException { return loadFromClassLoader("e2/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE3Left() throws IOException { return loadFromClassLoader("e3/left.nodes"); //$NON-NLS-1$ } public Resource getE3Right() throws IOException { return loadFromClassLoader("e3/right.nodes"); //$NON-NLS-1$ } public Resource getE3Ancestor() throws IOException { return loadFromClassLoader("e3/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE4Left() throws IOException { return loadFromClassLoader("e4/left.nodes"); //$NON-NLS-1$ } public Resource getE4Right() throws IOException { return loadFromClassLoader("e4/right.nodes"); //$NON-NLS-1$ } public Resource getE4Ancestor() throws IOException { return loadFromClassLoader("e4/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE5Left() throws IOException { return loadFromClassLoader("e5/left.nodes"); //$NON-NLS-1$ } public Resource getE5Right() throws IOException { return loadFromClassLoader("e5/right.nodes"); //$NON-NLS-1$ } public Resource getE5Ancestor() throws IOException { return loadFromClassLoader("e5/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE6Left() throws IOException { return loadFromClassLoader("e6/left.nodes"); //$NON-NLS-1$ } public Resource getE6Right() throws IOException { return loadFromClassLoader("e6/right.nodes"); //$NON-NLS-1$ } public Resource getE6Ancestor() throws IOException { return loadFromClassLoader("e6/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE7Left() throws IOException { return loadFromClassLoader("e7/left.nodes"); //$NON-NLS-1$ } public Resource getE7Right() throws IOException { return loadFromClassLoader("e7/right.nodes"); //$NON-NLS-1$ } public Resource getE7Ancestor() throws IOException { return loadFromClassLoader("e7/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE8Left() throws IOException { return loadFromClassLoader("e8/left.nodes"); //$NON-NLS-1$ } public Resource getE8Right() throws IOException { return loadFromClassLoader("e8/right.nodes"); //$NON-NLS-1$ } public Resource getE8Ancestor() throws IOException { return loadFromClassLoader("e8/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE9Left() throws IOException { return loadFromClassLoader("e9/left.nodes"); //$NON-NLS-1$ } public Resource getE9Right() throws IOException { return loadFromClassLoader("e9/right.nodes"); //$NON-NLS-1$ } public Resource getE9Ancestor() throws IOException { return loadFromClassLoader("e9/ancestor.nodes"); //$NON-NLS-1$ } public Resource getE10Left() throws IOException { return loadFromClassLoader("e10/left.nodes"); //$NON-NLS-1$ } public Resource getE10Right() throws IOException { return loadFromClassLoader("e10/right.nodes"); //$NON-NLS-1$ } public Resource getE10Ancestor() throws IOException { return loadFromClassLoader("e10/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF1Left() throws IOException { return loadFromClassLoader("f1/left.nodes"); //$NON-NLS-1$ } public Resource getF1Right() throws IOException { return loadFromClassLoader("f1/right.nodes"); //$NON-NLS-1$ } public Resource getF1Ancestor() throws IOException { return loadFromClassLoader("f1/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF2Left() throws IOException { return loadFromClassLoader("f2/left.nodes"); //$NON-NLS-1$ } public Resource getF2Right() throws IOException { return loadFromClassLoader("f2/right.nodes"); //$NON-NLS-1$ } public Resource getF2Ancestor() throws IOException { return loadFromClassLoader("f2/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF3Left() throws IOException { return loadFromClassLoader("f3/left.nodes"); //$NON-NLS-1$ } public Resource getF3Right() throws IOException { return loadFromClassLoader("f3/right.nodes"); //$NON-NLS-1$ } public Resource getF3Ancestor() throws IOException { return loadFromClassLoader("f3/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF4Left() throws IOException { return loadFromClassLoader("f4/left.nodes"); //$NON-NLS-1$ } public Resource getF4Right() throws IOException { return loadFromClassLoader("f4/right.nodes"); //$NON-NLS-1$ } public Resource getF4Ancestor() throws IOException { return loadFromClassLoader("f4/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF5Left() throws IOException { return loadFromClassLoader("f5/left.nodes"); //$NON-NLS-1$ } public Resource getF5Right() throws IOException { return loadFromClassLoader("f5/right.nodes"); //$NON-NLS-1$ } public Resource getF5Ancestor() throws IOException { return loadFromClassLoader("f5/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF6Left() throws IOException { return loadFromClassLoader("f6/left.nodes"); //$NON-NLS-1$ } public Resource getF6Right() throws IOException { return loadFromClassLoader("f6/right.nodes"); //$NON-NLS-1$ } public Resource getF6Ancestor() throws IOException { return loadFromClassLoader("f6/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF7Left() throws IOException { return loadFromClassLoader("f7/left.nodes"); //$NON-NLS-1$ } public Resource getF7Right() throws IOException { return loadFromClassLoader("f7/right.nodes"); //$NON-NLS-1$ } public Resource getF7Ancestor() throws IOException { return loadFromClassLoader("f7/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF8Left() throws IOException { return loadFromClassLoader("f8/left.nodes"); //$NON-NLS-1$ } public Resource getF8Right() throws IOException { return loadFromClassLoader("f8/right.nodes"); //$NON-NLS-1$ } public Resource getF8Ancestor() throws IOException { return loadFromClassLoader("f8/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF9Left() throws IOException { return loadFromClassLoader("f9/left.nodes"); //$NON-NLS-1$ } public Resource getF9Right() throws IOException { return loadFromClassLoader("f9/right.nodes"); //$NON-NLS-1$ } public Resource getF9Ancestor() throws IOException { return loadFromClassLoader("f9/ancestor.nodes"); //$NON-NLS-1$ } public Resource getF10Left() throws IOException { return loadFromClassLoader("f10/left.nodes"); //$NON-NLS-1$ } public Resource getF10Right() throws IOException { return loadFromClassLoader("f10/right.nodes"); //$NON-NLS-1$ } public Resource getF10Ancestor() throws IOException { return loadFromClassLoader("f10/ancestor.nodes"); //$NON-NLS-1$ } }