|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbaobab.bio.permutation.BPGraphCyclePartition
public class BPGraphCyclePartition
The BPGraphCyclePartition class represents a partition of a cycle of a breakpoint graph
Method Summary | |
---|---|
BPGraphPoint |
firstPoint()
|
BPGraphCycle |
getCycle()
Gets the cycle of this partition |
int |
getId()
Gets the id of this partition |
java.util.SortedSet<BPGraphPoint> |
getPoints()
Gets the list of points of this cycle partition |
boolean |
isEmpty()
Tests whether this cycle partition is empty |
BPGraphPoint |
lastPoint()
|
int |
size()
Gets the size (number of points) of this partition |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.util.SortedSet<BPGraphPoint> getPoints()
public BPGraphPoint firstPoint()
public BPGraphPoint lastPoint()
public int size()
public boolean isEmpty()
public BPGraphCycle getCycle()
public int getId()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |