|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojavax.bio.phylo.tree.DefaultBranch
org.biojavax.bio.phylo.tree.WeightedBranch
public class WeightedBranch
Constructor Summary | |
---|---|
WeightedBranch(Node nodeA,
Node nodeB,
double weight)
|
Method Summary | |
---|---|
double |
getWeight()
|
void |
setWeight(double weight)
|
Methods inherited from class org.biojavax.bio.phylo.tree.DefaultBranch |
---|
getNodeA, getNodeB, getNodes, getOtherNode, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WeightedBranch(Node nodeA, Node nodeB, double weight)
Method Detail |
---|
public final double getWeight()
getWeight
in interface Weighted
public final void setWeight(double weight)
setWeight
in interface Weighted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |