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
private static org.apache.log4j.Logger LOG
          No comment provided by developer, please add a comment to improve documentation.
static ClassdiagramModelElementFactory SINGLETON
          The singleton.
 
Constructor Summary
private ClassdiagramModelElementFactory()
          Constructor for class ClassdiagramModelElementFactory
 
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

LOG

private static final org.apache.log4j.Logger LOG
No comment provided by developer, please add a comment to improve documentation.


SINGLETON

public static final ClassdiagramModelElementFactory SINGLETON
The singleton.

Constructor Detail

ClassdiagramModelElementFactory

private ClassdiagramModelElementFactory()
Constructor for class ClassdiagramModelElementFactory

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.