de.uni_paderborn.fujaba.uml.unparse
Class UMDiagram

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
      extended byde.uni_paderborn.fujaba.uml.unparse.UMDiagram
All Implemented Interfaces:
UnparseInterface
Direct Known Subclasses:
UMActivityDiagram, UMCFDiagram, UMClassDiagram, UMPackageDiagram, UMSequenceDiagram, UMStatechart, UMStoryPattern, UMViewDiagram

public abstract class UMDiagram
extends AbstractUnparseModule

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.20 $
Author:
$Author: lowende $

Constructor Summary
UMDiagram()
           
 
Method Summary
 FSAObject create(FSAObject parent, LogicUnparseInterface incr)
          create the base structure for an UMLActivityDiagram. parent is usually null.
 void getChildProperties(java.util.Set props)
          Get the childProperties attribute of the UMDiagram 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

UMDiagram

public UMDiagram()
Method Detail

getChildProperties

public void getChildProperties(java.util.Set props)
Get the childProperties attribute of the UMDiagram 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)
create the base structure for an UMLActivityDiagram. parent is usually null.

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