de.uni_paderborn.fujaba.uml.utility
Class UMLObjectDiagramUtility

java.lang.Object
  extended byde.uni_paderborn.fujaba.asg.ASGUtility
      extended byde.uni_paderborn.fujaba.uml.utility.UMLObjectDiagramUtility

public class UMLObjectDiagramUtility
extends ASGUtility

Utility class for reusable UMLObjectDiagram methodes.

Version:
$Revision: 1.10.2.1 $
Author:
$Author: wagner $

Constructor Summary
UMLObjectDiagramUtility(ASGDiagram diagram)
          Constructor for abstract class ASGUtility
 
Method Summary
static de.upb.tools.fca.FTreeSet getASGElementRefAssocs(UMLObject srcObj, UMLObject tgtObj)
          returns the list of associations between two objects.
static de.upb.tools.fca.FTreeSet getAssociations(UMLLink link)
          Returns the list of associations for a link.
static de.upb.tools.fca.FTreeSet getAssociations(UMLObject srcObj, UMLObject tgtObj)
          returns the list of associations between two objects.
static UMLObject getObject(java.lang.String objectName)
          returns the object for a given object name.
 
Methods inherited from class de.uni_paderborn.fujaba.asg.ASGUtility
getDiagram, setDiagram
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLObjectDiagramUtility

public UMLObjectDiagramUtility(ASGDiagram diagram)
Constructor for abstract class ASGUtility

Parameters:
diagram - No description provided
Method Detail

getAssociations

public static de.upb.tools.fca.FTreeSet getAssociations(UMLLink link)
Returns the list of associations for a link.

Parameters:
link - No description provided
Returns:
The associations value

getAssociations

public static de.upb.tools.fca.FTreeSet getAssociations(UMLObject srcObj,
                                                        UMLObject tgtObj)
returns the list of associations between two objects.

Parameters:
srcObj - No description provided
tgtObj - No description provided
Returns:
The associations value

getASGElementRefAssocs

public static de.upb.tools.fca.FTreeSet getASGElementRefAssocs(UMLObject srcObj,
                                                               UMLObject tgtObj)
returns the list of associations between two objects.

Parameters:
srcObj - No description provided
tgtObj - No description provided
Returns:
The associations value

getObject

public static UMLObject getObject(java.lang.String objectName)
returns the object for a given object name.

Parameters:
objectName - No description provided
Returns:
The associations value