de.uni_paderborn.fujaba.uml.unparse
Class UMSequenceDiagram

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
      extended byde.uni_paderborn.fujaba.uml.unparse.UMDiagram
          extended byde.uni_paderborn.fujaba.uml.unparse.UMSequenceDiagram
All Implemented Interfaces:
UnparseInterface

public class UMSequenceDiagram
extends UMDiagram

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

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Constructor Summary
UMSequenceDiagram()
           
 
Method Summary
 FSAObject create(FSAObject parent, LogicUnparseInterface incr)
          create the base structure for an UMLSequenceDiagram. parent is usually null.
 
Methods inherited from class de.uni_paderborn.fujaba.uml.unparse.UMDiagram
getChildProperties
 
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

UMSequenceDiagram

public UMSequenceDiagram()
Method Detail

create

public FSAObject create(FSAObject parent,
                        LogicUnparseInterface incr)
create the base structure for an UMLSequenceDiagram. parent is usually null.

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