Class XmlModelledBinaryInteractionIterator
- java.lang.Object
-
- psidev.psi.mi.jami.xml.io.iterator.AbstractXmlIterator<ModelledBinaryInteraction>
-
- psidev.psi.mi.jami.xml.io.iterator.XmlModelledBinaryInteractionIterator
-
- All Implemented Interfaces:
Iterator<ModelledBinaryInteraction>
public class XmlModelledBinaryInteractionIterator extends AbstractXmlIterator<ModelledBinaryInteraction>
Xml modelled binary interaction iterator- Since:
17/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description XmlModelledBinaryInteractionIterator(PsiXmlParser<ModelledBinaryInteraction> lineParser)
Constructor for XmlModelledBinaryInteractionIterator.
-
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
-
XmlModelledBinaryInteractionIterator
public XmlModelledBinaryInteractionIterator(PsiXmlParser<ModelledBinaryInteraction> lineParser) throws MIIOException
Constructor for XmlModelledBinaryInteractionIterator.
- Parameters:
lineParser
- aPsiXmlParser
object.- Throws:
MIIOException
- if any.
-
-