de.uni_paderborn.fujaba.fsa
Class FSAToolBox

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.FSAToolBox

public class FSAToolBox
extends java.lang.Object

Version:
$Revision: 1.1.2.1 $ $Date: 2005/07/04 15:16:33 $
Author:
joerg TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
FSAToolBox()
           
 
Method Summary
static FSAObject getFSAObject(ASGElement item, java.lang.String propertyName)
          Get item's FSAObject with given propertyName.
static FSAContainer getMainFSAContainer(ASGElement item)
          Get the item's main FSAContainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSAToolBox

public FSAToolBox()
Method Detail

getMainFSAContainer

public static FSAContainer getMainFSAContainer(ASGElement item)
Get the item's main FSAContainer. The container is identified by the propertyName defined int the UnparseModule (default: entry).

Parameters:
item - This UMLDiagramItem's main FSAContainer is returned.
Returns:
The item's main FSAContainer.
See Also:
UMLDiagramItem, FSAContainer, FSAObject.getPropertyName()

getFSAObject

public static FSAObject getFSAObject(ASGElement item,
                                     java.lang.String propertyName)
Get item's FSAObject with given propertyName.

Parameters:
item - The UMLDiagramItem's FSAObjects are searched.
propertyName - identifies item's FSAObject.
Returns:
The item's FSAObject with given propertyName.
See Also:
UMLDiagramItem, FSAObject, FSAObject.getPropertyName()