de.uni_paderborn.fujaba.asg
Class ASGUtility

java.lang.Object
  extended byde.uni_paderborn.fujaba.asg.ASGUtility
Direct Known Subclasses:
UMLClassDiagramUtility, UMLObjectDiagramUtility

public abstract class ASGUtility
extends java.lang.Object

Utility class for reusable diagram methodes. Each diagram should have one.

Version:
$Revision: 1.6 $
Author:
$Author: lowende $

Constructor Summary
ASGUtility(ASGDiagram diagram)
          Constructor for abstract class ASGUtility
 
Method Summary
 ASGDiagram getDiagram()
          Get the diagram attribute of the ASGUtility object
 boolean setDiagram(ASGDiagram value)
          Sets the diagram attribute of the ASGUtility object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASGUtility

public ASGUtility(ASGDiagram diagram)
Constructor for abstract class ASGUtility

Parameters:
diagram - No description provided
Method Detail

setDiagram

public boolean setDiagram(ASGDiagram value)
Sets the diagram attribute of the ASGUtility object

Parameters:
value - The new diagram value
Returns:
No description provided

getDiagram

public ASGDiagram getDiagram()
Get the diagram attribute of the ASGUtility object

Returns:
The diagram value