public class AlignmentInfo
extends java.lang.Object
Constructor and Description |
---|
AlignmentInfo(int maxSize) |
AlignmentInfo(java.util.Map<NAryTree,TreeRecord> alignmentCache,
AStarAlgorithm algorithm) |
Modifier and Type | Method and Description |
---|---|
AStarAlgorithm |
getAlgorithm() |
java.util.Map<NAryTree,TreeRecord> |
getAlignmentCache() |
void |
put(NAryTree candidate,
TreeRecord lastRecord) |
void |
setAlgorithm(AStarAlgorithm algorithm) |
public AlignmentInfo(java.util.Map<NAryTree,TreeRecord> alignmentCache, AStarAlgorithm algorithm)
public AlignmentInfo(int maxSize)
public void put(NAryTree candidate, TreeRecord lastRecord)
public java.util.Map<NAryTree,TreeRecord> getAlignmentCache()
public AStarAlgorithm getAlgorithm()
public void setAlgorithm(AStarAlgorithm algorithm)