|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcalhoun.analysis.crf.io.IntervalInputSequence.IntervalPosition
public class IntervalInputSequence.IntervalPosition
provides interval based queries for a particular position in the input sequence for an IntervalInputSequence.
| Constructor Summary | |
|---|---|
IntervalInputSequence.IntervalPosition(int pos)
creates an IntervalPosition object for this sequence at this position. |
|
| Method Summary | |
|---|---|
boolean |
queryMinus()
returns true if an input interval exists on the negative strand at this position. |
boolean |
queryPlus()
returns true if an input interval exists on the positive strand at this position. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntervalInputSequence.IntervalPosition(int pos)
pos - the position on the input sequence| Method Detail |
|---|
public boolean queryPlus()
public boolean queryMinus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||