biouml.plugins.sbml
Class SbmlExporter

java.lang.Object
  extended bybiouml.plugins.sbml.SbmlExporter
All Implemented Interfaces:
DiagramExporter

public class SbmlExporter
extends java.lang.Object
implements DiagramExporter


Field Summary
protected static org.apache.log4j.Category log
           
 
Constructor Summary
SbmlExporter()
           
 
Method Summary
 boolean accept(Diagram diagram)
          Returns true if the specified diagram can be exported in this format and false otherwise.
 void doExport(Diagram diagram, java.io.File file)
          Exports the specified diagram into the specified file or directory.
 boolean init(java.lang.String format, java.lang.String suffix)
          The same exporter can support several formats.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Category log
Constructor Detail

SbmlExporter

public SbmlExporter()
Method Detail

accept

public boolean accept(Diagram diagram)
Description copied from interface: DiagramExporter
Returns true if the specified diagram can be exported in this format and false otherwise.

Specified by:
accept in interface DiagramExporter

doExport

public void doExport(Diagram diagram,
                     java.io.File file)
              throws java.lang.Exception
Description copied from interface: DiagramExporter
Exports the specified diagram into the specified file or directory.

Specified by:
doExport in interface DiagramExporter
Parameters:
diagram - - diagram to be exported
file - - name of file or directory where the export results will be stored.
Throws:
java.lang.Exception

init

public boolean init(java.lang.String format,
                    java.lang.String suffix)
Description copied from interface: DiagramExporter
The same exporter can support several formats. In this case several instances of exporter can be initialised with different format and suffix parameters.

Specified by:
init in interface DiagramExporter
Parameters:
format - - format for export
suffix - - file sufix for the specified format.
Returns:
true if the exporter was initialised successfully for the specified format and false otherwise.


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.