| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpedviz.haplotype.Haplotypes
public class Haplotypes
Contains haplotypes for each node in a graph.
| Constructor Summary | |
|---|---|
Haplotypes()
Creates a Haplotypes object.  | 
|
| Method Summary | |
|---|---|
 java.util.Vector<HaplotypeItem> | 
getData(java.lang.Object id)
Returns the HaplotypeItem for the node with the given id.  | 
 java.util.HashMap<java.lang.Object,MerlinError> | 
getErrors()
Returns all errors for the node with the given id.  | 
 java.util.Vector<java.lang.String> | 
getMarkers()
Returns a collection of all markers in this haplotype.  | 
 java.util.Vector<java.lang.String> | 
getPos()
Returns a collection of all chrom. positions.  | 
 int | 
getSize()
Returns the number of all markers.  | 
 int | 
getVisibleSize()
Returns the number of visible markers.  | 
 void | 
hideAllMarkers()
Hides all markers.  | 
 boolean | 
isMarkerVisible(int marker)
Returns true, if the given marker is visible.  | 
 void | 
showAllMarkers()
Shows all markers.  | 
 void | 
showMarker(int marker)
Shows the given marker.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Haplotypes()
| Method Detail | 
|---|
public java.util.Vector<HaplotypeItem> getData(java.lang.Object id)
id - 
public java.util.Vector<java.lang.String> getMarkers()
public boolean isMarkerVisible(int marker)
marker - 
public int getVisibleSize()
public void hideAllMarkers()
public void showAllMarkers()
public void showMarker(int marker)
marker - marker.public int getSize()
public java.util.Vector<java.lang.String> getPos()
public java.util.HashMap<java.lang.Object,MerlinError> getErrors()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||