de.uni_paderborn.fujaba.layout.classdiag
Class ClassdiagramModelElementFactory

java.lang.Object
  extended byde.uni_paderborn.fujaba.layout.classdiag.ClassdiagramModelElementFactory

public class ClassdiagramModelElementFactory
extends java.lang.Object

A class to get the proper layouter for a Fig. Currently this deals only with Generalizations and Realizations. The class has been taken from Argo UML source code.

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

Field Summary
static ClassdiagramModelElementFactory SINGLETON
          The singleton.
 
Method Summary
 ClassdiagramEdge getInstance(FSAObject fig)
          create layouter object from a FSAObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final ClassdiagramModelElementFactory SINGLETON
The singleton.

Method Detail

getInstance

public ClassdiagramEdge getInstance(FSAObject fig)
create layouter object from a FSAObject

Parameters:
fig - No description provided
Returns:
LayouterEdge for the Edge or null if none exists.