org.expasy.jpl.commons.collection.symbol.seq
Class MotifMatcher.Iterator
java.lang.Object
org.expasy.jpl.commons.collection.ExtraIterable.AbstractExtraIterator<Integer>
org.expasy.jpl.commons.collection.IndexIterable.Iterator
org.expasy.jpl.commons.collection.symbol.seq.AbstractSequencePositioner.Iterator
org.expasy.jpl.commons.collection.symbol.seq.MotifMatcher.Iterator
- All Implemented Interfaces:
- Iterator<Integer>
- Enclosing class:
- MotifMatcher<T>
public class MotifMatcher.Iterator
- extends AbstractSequencePositioner.Iterator
Inner iterator over pattern matching sequence positions.
|
Method Summary |
boolean |
foundNextPosition()
This function will have to set nextPosition to its value and will
return true if a valid position is found otherwise false. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matcher
protected Matcher matcher
MotifMatcher.Iterator
public MotifMatcher.Iterator()
foundNextPosition
public boolean foundNextPosition()
- Description copied from class:
AbstractSequencePositioner.Iterator
- This function will have to set nextPosition to its value and will
return true if a valid position is found otherwise false.
- Specified by:
foundNextPosition in class AbstractSequencePositioner.Iterator
Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.