de.uni_paderborn.fujaba.uml.unparse
Class UMCommentary

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

public class UMCommentary
extends AbstractUnparseModule

Unparse module for a UMLCommentary.

Version:
$Revision: 1.10.2.2 $
Author:
$Author: fklar $

Constructor Summary
UMCommentary()
           
 
Method Summary
 FSAObject create(FSAObject parent, LogicUnparseInterface incr)
          Creates a FSAObject that consists of a FSAPanel that holds a FSATextComponent.
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.unparse.AbstractUnparseModule
getChildProperties, getContainerForProperty, getMainFsaName, getPartnerProperties, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMCommentary

public UMCommentary()
Method Detail

create

public FSAObject create(FSAObject parent,
                        LogicUnparseInterface incr)
Creates a FSAObject that consists of a FSAPanel that holds a FSATextComponent. A FSABendLine that has two FSAGrabs connects the panel with the UMLCommentary's parent.

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