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