lapis.tools
Class SaveRegionSet

java.lang.Object
  extended bylapis.tools.SaveRegionSet
All Implemented Interfaces:
Tool
Direct Known Subclasses:
SaveClusters

public class SaveRegionSet
extends Object
implements Tool


Constructor Summary
SaveRegionSet()
           
 
Method Summary
 Document invoke(Arguments args)
          Invoke tool.
protected  void save(File file, RegionSet r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveRegionSet

public SaveRegionSet()
Method Detail

invoke

public Document invoke(Arguments args)
                throws Exception
Description copied from interface: Tool
Invoke tool.

Specified by:
invoke in interface Tool
Throws:
Exception

save

protected void save(File file,
                    RegionSet r)
             throws IOException
Throws:
IOException