public static class Aligner.Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Aligner.Pair> |
pairs |
Aligner.ResultType |
result_type |
| Constructor and Description |
|---|
Result(Aligner.ResultType result_type) |
Result(Aligner.ResultType result_type,
java.util.List<Aligner.Pair> pairs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public Aligner.ResultType result_type
public java.util.List<Aligner.Pair> pairs
public Result(Aligner.ResultType result_type)
public Result(Aligner.ResultType result_type, java.util.List<Aligner.Pair> pairs)