public interface ICluster
| Modifier and Type | Method and Description |
|---|---|
double |
getDistanceToParent() |
int |
getID() |
String |
getLabelString() |
String |
getName() |
int |
getSize() |
void |
setDistances(double[] d) |
void |
setDistanceToParent(double d) |
void |
setID(int id) |
void |
setLabelString(String s) |
void |
setName(String name) |
void |
setSize(int size) |
String |
toNewick() |
String |
toString() |
double getDistanceToParent()
int getID()
String getLabelString()
String getName()
int getSize()
void setDistances(double[] d)
void setDistanceToParent(double d)
void setID(int id)
void setLabelString(String s)
void setName(String name)
void setSize(int size)
String toNewick()
Copyright © 2007-2013. All Rights Reserved.