org.utgenome.util.repeat
Class RepeatChainFinder.IntervalCluster
java.lang.Object
org.utgenome.util.repeat.RepeatChainFinder.IntervalCluster
- All Implemented Interfaces:
- Comparable<RepeatChainFinder.IntervalCluster>
- Enclosing class:
- RepeatChainFinder
public static class RepeatChainFinder.IntervalCluster
- extends Object
- implements Comparable<RepeatChainFinder.IntervalCluster>
id
public int id
component
public final List<RepeatChainFinder.Interval2D> component
length
public final int length
RepeatChainFinder.IntervalCluster
public RepeatChainFinder.IntervalCluster(List<RepeatChainFinder.Interval2D> elements)
setId
public void setId(int id)
validate
public void validate()
throws UTGBException
- Throws:
UTGBException
compareTo
public int compareTo(RepeatChainFinder.IntervalCluster o)
- Specified by:
compareTo
in interface Comparable<RepeatChainFinder.IntervalCluster>
size
public int size()
toDotFile
public void toDotFile(Writer out)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2007-2012 utgenome.org. All Rights Reserved.