blob: 7ae98752201790aa1986b0f014dfb4722a24c1e3 [file] [log] [blame]
// DynamicEdgeLabel.java
package org.eclipse.stem.core.graph;
/*******************************************************************************
* 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
*******************************************************************************/
/**
* A <code>DynamicEdgeLabel</code> is a {@link DynamicLabel} that specifically
* labels an {@link Edge}.
*
* @model abstract="true"
*/
public interface DynamicEdgeLabel extends DynamicLabel, EdgeLabel {
// Nothing
} // DynamicEdgeLabel