blob: c1cb150f5bf94ac091f40a937c846e40b0655145 [file] [log] [blame]
// PhysicalRelationshipLabelValue.java
package org.eclipse.stem.definitions.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.LabelValue;
/**
* This class represents a physical relationship
*
* @model
*/
public interface PhysicalRelationshipLabelValue extends LabelValue {
// Nothing
} // PhysicalRelationshipLabelValue