de.uni_paderborn.fujaba.usecase.unparse
Class UMUsecaseUsage

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
      extended byde.uni_paderborn.fujaba.usecase.unparse.UMUsecaseUsage
All Implemented Interfaces:
UnparseInterface

public class UMUsecaseUsage
extends AbstractUnparseModule

Class for displaying a UsecaseUsage on screen. A UsecaseUsage is the arrow pointing from a UsecaseActor a to a Usecase u indicating that this Actor a uses that Usecase u.

Version:
$Revision: 1.19 $
Author:
$Author: schneider $
See Also:
UsecaseUsage, UsecaseActor, Usecase

Field Summary
private static int DRAG_LAYER
          No comment provided by developer, please add a comment to improve documentation.
private static int LAYER
          No comment provided by developer, please add a comment to improve documentation.
private static java.lang.String LAYER_NAME
          No comment provided by developer, please add a comment to improve documentation.
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
 
Constructor Summary
UMUsecaseUsage()
           
 
Method Summary
 FSAObject create(FSAObject parent, LogicUnparseInterface incr)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String getMainFsaName()
          Get the mainFsaName attribute of the UMUsecaseUsage object
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
getChildProperties, getContainerForProperty, getPartnerProperties, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAYER

private static final int LAYER
No comment provided by developer, please add a comment to improve documentation.


DRAG_LAYER

private static final int DRAG_LAYER
No comment provided by developer, please add a comment to improve documentation.


LAYER_NAME

private static final java.lang.String LAYER_NAME
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values
Constructor Detail

UMUsecaseUsage

public UMUsecaseUsage()
Method Detail

getMainFsaName

public java.lang.String getMainFsaName()
Get the mainFsaName attribute of the UMUsecaseUsage object

Specified by:
getMainFsaName in interface UnparseInterface
Overrides:
getMainFsaName in class AbstractUnparseModule
Returns:
The mainFsaName value

create

public FSAObject create(FSAObject parent,
                        LogicUnparseInterface incr)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
create in interface UnparseInterface
Specified by:
create in class AbstractUnparseModule
Parameters:
parent - No description provided
incr - No description provided
Returns:
No description provided