| Package | Description |
|---|---|
| de.bioforscher.singa.sequence.algorithms.alignment |
| Modifier and Type | Method and Description |
|---|---|
DynamicProgrammingNode |
DynamicProgrammingNode.getCopy() |
DynamicProgrammingNode |
DynamicProgrammingGraph.getNode(int firstIndex,
int secondIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
DynamicProgrammingGraph.addEdgeBetween(DynamicProgrammingNode source,
DynamicProgrammingNode target) |
int |
DynamicProgrammingGraph.addEdgeBetween(int identifier,
double weight,
DynamicProgrammingNode source,
DynamicProgrammingNode target) |
int |
DynamicProgrammingGraph.addEdgeBetween(int identifier,
DynamicProgrammingNode source,
DynamicProgrammingNode target) |
Integer |
DynamicProgrammingGraph.addNode(DynamicProgrammingNode node,
int firstIndex,
int secondIndex) |
Copyright © 2018. All rights reserved.