objectgen.testobjective.savers
Class XMISaver

java.lang.Object
  extended byobjectgen.testobjective.savers.XMISaver
All Implemented Interfaces:
ITestObjectivesSaver

public class XMISaver
extends java.lang.Object
implements ITestObjectivesSaver

This class generates a new activity diagram for every test objective and stores it in a XMI file


Constructor Summary
XMISaver()
          Creates a new instance of XMISaver
 
Method Summary
 void save(java.io.File f, TestObjectiveList tol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMISaver

public XMISaver()
Creates a new instance of XMISaver

Method Detail

save

public void save(java.io.File f,
                 TestObjectiveList tol)
          throws java.io.FileNotFoundException,
                 java.io.IOException
Specified by:
save in interface ITestObjectivesSaver
Throws:
java.io.FileNotFoundException
java.io.IOException