Class XmlBinaryInteractionEvidenceIterator
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.iterator.AbstractXmlIterator<BinaryInteractionEvidence>
-
- psidev.psi.mi.jami.xml.io.iterator.XmlBinaryInteractionEvidenceIterator
-
- All Implemented Interfaces:
Iterator<BinaryInteractionEvidence>
public class XmlBinaryInteractionEvidenceIterator extends AbstractXmlIterator<BinaryInteractionEvidence>
Xml binary interaction evidence iterator- Since:
17/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlBinaryInteractionEvidenceIterator(PsiXmlParser<BinaryInteractionEvidence> lineParser)
Constructor for XmlBinaryInteractionEvidenceIterator.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.xml.io.iterator.AbstractXmlIterator
hasNext, next, remove, setParserListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
XmlBinaryInteractionEvidenceIterator
public XmlBinaryInteractionEvidenceIterator(PsiXmlParser<BinaryInteractionEvidence> lineParser) throws MIIOException
Constructor for XmlBinaryInteractionEvidenceIterator.
- Parameters:
lineParser
- aPsiXmlParser
object.- Throws:
MIIOException
- if any.
-
-