/******************************************************************************* * Copyright (c) 2011-2013 University of Mannheim: Chair for Software Engineering * 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: * Ralph Gerbig - initial API and implementation and initial documentation *******************************************************************************/ package de.uni_mannheim.informatik.swt.models.plm.PLM; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Abstract DSL Visualizer</b></em>'. * <!-- end-user-doc --> * * * @see de.uni_mannheim.informatik.swt.models.plm.PLM.PLMPackage#getAbstractDSLVisualizer() * @model abstract="true" * @generated */ public interface AbstractDSLVisualizer extends EObject { } // AbstractDSLVisualizer