objectgen.activitymodel.xmi
Class XMIFileSaverTransitionHelpper

java.lang.Object
  extended byobjectgen.activitymodel.xmi.XMIFileSaverTransitionHelpper
All Implemented Interfaces:
IXMIHelpper

public class XMIFileSaverTransitionHelpper
extends java.lang.Object
implements IXMIHelpper


Constructor Summary
XMIFileSaverTransitionHelpper()
          Creates a new instance of XMIFileSaverTransitionHelpper
 
Method Summary
 void saveElements(ActivityDiagram nodes, java.io.FileWriter file)
          This method traverses all transitions of the activity graph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMIFileSaverTransitionHelpper

public XMIFileSaverTransitionHelpper()
Creates a new instance of XMIFileSaverTransitionHelpper

Method Detail

saveElements

public void saveElements(ActivityDiagram nodes,
                         java.io.FileWriter file)
                  throws java.io.IOException
This method traverses all transitions of the activity graph

Specified by:
saveElements in interface IXMIHelpper
Throws:
java.io.IOException