de.uni_paderborn.fujaba.layout.classdiag.internalmodel
Interface LayoutedEdge

All Superinterfaces:
LayoutedObject
All Known Implementing Classes:
ClassdiagramEdge

public interface LayoutedEdge
extends LayoutedObject

This is a layouted edge in a diagram. The class has been taken from Argo UML source code.

Version:
$Revision: 1.1 $ $Date: 2005/01/24 12:30:49 $
Author:
$Author: joerg $

Method Summary
 void layout()
          Abstract method to layout the edge.
 

Method Detail

layout

public void layout()
Abstract method to layout the edge.