public static class Motif.Segment extends java.lang.Object implements INucGroup
Modifier and Type | Field and Description |
---|---|
Nuc |
end
The end of the segment (the 3' side)
|
Nuc |
start
The start of the segment (the 5' side)
|
Constructor and Description |
---|
Segment() |
Segment(Nuc start,
int length) |
Segment(Nuc start,
Nuc end) |
Segment(Strand s,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Nuc> |
getBases()
Get a set of all nucleotides included in the group.
|
Nuc |
getNuc3() |
Nuc |
getNuc5() |
Nuc |
getNucAt(int pos) |
void |
orderNucs() |
int |
size()
Get the number of nucleotides in the loop.
|
void |
swapNucs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
iterator, transformAll
public Nuc end
public Nuc start
public Segment()
public Segment(Nuc start, int length)
public Segment(Strand s, int start, int end)
public java.util.Collection<Nuc> getBases()
public Nuc getNuc3()
public Nuc getNuc5()
public Nuc getNucAt(int pos)
public void orderNucs()
public int size()
public void swapNucs()