public class ConsensusContainer extends Object
StructuralMotif with a BinaryTree that represents its associated
consensus tree.| Constructor and Description |
|---|
ConsensusContainer(StructuralMotif structuralMotif,
boolean consensus) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToConsensusDistance(double delta) |
boolean |
equals(Object o) |
double |
getConsensusDistance() |
BinaryTree<ConsensusContainer> |
getConsensusTree() |
StructuralMotif |
getStructuralMotif() |
SubstructureSuperimposition |
getSuperimposition() |
int |
hashCode() |
boolean |
isConsensus()
Returns true if the associated
StructuralMotif is an artificial consensus. |
void |
setConsensusTree(BinaryTree<ConsensusContainer> consensusTree) |
void |
setSuperimposition(SubstructureSuperimposition superimposition) |
String |
toString() |
public ConsensusContainer(StructuralMotif structuralMotif, boolean consensus)
public boolean isConsensus()
StructuralMotif is an artificial consensus.public SubstructureSuperimposition getSuperimposition()
public void setSuperimposition(SubstructureSuperimposition superimposition)
public StructuralMotif getStructuralMotif()
public BinaryTree<ConsensusContainer> getConsensusTree()
public void setConsensusTree(BinaryTree<ConsensusContainer> consensusTree)
public void addToConsensusDistance(double delta)
public double getConsensusDistance()
Copyright © 2018. All rights reserved.