|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.metabolizer.MetabolizerFileImporter
public class MetabolizerFileImporter
Thiss class is the file specific implementation of MetabolizerImporter interface
| Constructor Summary | |
|---|---|
MetabolizerFileImporter(java.io.File input)
|
|
MetabolizerFileImporter(java.lang.String path)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes importer. |
long |
getMoleculeCount()
Returns the count of substrates |
boolean |
hasNext()
Returns true if iteration has more substrate |
Molecule |
next()
Retunrs following substrate in the iteration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetabolizerFileImporter(java.io.File input)
throws MetabolizerIOException
input -
MetabolizerIOException
public MetabolizerFileImporter(java.lang.String path)
throws MetabolizerIOException
path -
MetabolizerIOException| Method Detail |
|---|
public long getMoleculeCount()
throws MetabolizerIOException
MetabolizerImporter
getMoleculeCount in interface MetabolizerImporterMetabolizerIOException
public Molecule next()
throws MetabolizerIOException
MetabolizerImporter
next in interface MetabolizerImporterMetabolizerIOException
public boolean hasNext()
throws MetabolizerIOException
MetabolizerImporter
hasNext in interface MetabolizerImporterMetabolizerIOException
public void close()
throws MetabolizerIOException
MetabolizerImporter
close in interface MetabolizerImporterMetabolizerIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||