Class MitabModelledInteractionIterator
- java.lang.Object
-
- psidev.psi.mi.jami.tab.io.iterator.AbstractMitabIterator<ModelledInteraction,ModelledParticipant,ModelledFeature>
-
- psidev.psi.mi.jami.tab.io.iterator.MitabModelledInteractionIterator
-
- All Implemented Interfaces:
Iterator<ModelledInteraction>
public class MitabModelledInteractionIterator extends AbstractMitabIterator<ModelledInteraction,ModelledParticipant,ModelledFeature>
A MItab iterator of modelled BinaryInteractions- Since:
21/06/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description MitabModelledInteractionIterator(MitabLineParser<ModelledInteraction,ModelledParticipant,ModelledFeature> lineParser)
Constructor for MitabModelledInteractionIterator.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.tab.io.iterator.AbstractMitabIterator
hasNext, next, remove
-
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
-
MitabModelledInteractionIterator
public MitabModelledInteractionIterator(MitabLineParser<ModelledInteraction,ModelledParticipant,ModelledFeature> lineParser) throws MIIOException
Constructor for MitabModelledInteractionIterator.
- Parameters:
lineParser
- aMitabLineParser
object.- Throws:
MIIOException
- if any.
-
-