|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
General interface to import digaram, for example from SBML or CellML file.
| 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. |
| Method Detail |
public boolean accept(java.io.File file)
file - - 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
module - - 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 | |||||||||