de.uni_paderborn.fujaba.usecase.unparse
Class UMUsecaseSystem

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

public class UMUsecaseSystem
extends AbstractUnparseModule

Class for displaying a UsecaseSystem on screen. A UsecaseSystem is the System-box of a UsecaseDiagram. Inside of it is a UsecaseSystemDiagram to hold all the Usecases.

Version:
$Revision: 1.22 $
Author:
$Author: schneider $
See Also:
Usecase, UsecaseDiagram, UsecaseSystem, UsecaseSystemDiagram

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
 
Constructor Summary
UMUsecaseSystem()
           
 
Method Summary
 FSAObject create(FSAObject parent, LogicUnparseInterface incr)
          No comment provided by developer, please add a comment to improve documentation.
 void getChildProperties(java.util.Set props)
          Get the childProperties attribute of the UMUsecaseSystem object
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
getContainerForProperty, getMainFsaName, getPartnerProperties, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMUsecaseSystem

public UMUsecaseSystem()
Method Detail

getChildProperties

public void getChildProperties(java.util.Set props)
Get the childProperties attribute of the UMUsecaseSystem object

Specified by:
getChildProperties in interface UnparseInterface
Overrides:
getChildProperties in class AbstractUnparseModule
Parameters:
props - No description provided

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