blob: 81cac23f4538b9dd13caa695de05340682c41c58 [file] [log] [blame]
// TestLabel.java
package org.eclipse.stem.tests.util.labels;
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.stem.core.graph.Label;
/**
* This interface represents the model of an abstract class in an EMF model that
* is an example of a Label implementation used for test purposes.
*
* @see TestIntegerLabelValue
*
* @model
*/
public interface TestLabel extends Label {
} // TestLabel