Package org.forester.io.parsers
Interface IteratingPhylogenyParser
-
- All Known Implementing Classes:
NexusPhylogeniesParser
,NHXParser
public interface IteratingPhylogenyParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
Phylogeny
next()
void
reset()
void
setSource(java.lang.Object o)
-
-
-
Method Detail
-
reset
void reset() throws java.io.IOException
- Throws:
java.io.IOException
-
next
Phylogeny next() throws java.io.IOException
- Throws:
java.io.IOException
-
hasNext
boolean hasNext()
-
setSource
void setSource(java.lang.Object o) throws java.io.IOException
- Throws:
java.io.IOException
-
-