|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiouml.plugins.ginsim.GinMLImporter
| Field Summary | |
protected static org.apache.log4j.Category |
log
|
| Constructor Summary | |
GinMLImporter()
|
|
| Method Summary | |
boolean |
accept(java.io.File file)
Returns true if the specified file can be imported. |
void |
doImport(Module module,
java.io.File file,
java.lang.String diagramName)
Imports diagram from the spcified file into the specified module. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static org.apache.log4j.Category log
| Constructor Detail |
public GinMLImporter()
| Method Detail |
public boolean accept(java.io.File file)
DiagramImporter
accept in interface DiagramImporterfile - - file with data that will be imported to the diagram
public void doImport(Module module,
java.io.File file,
java.lang.String diagramName)
throws java.lang.Exception
DiagramImporter
doImport in interface DiagramImportermodule - - module where the imported diagram will be locatedfile - - data file to be impored (for example file with SBML or CellML model)diagramName - - name of the diagram in the module.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||