

Public Member Functions | |
| void | add (SAMRecord record) |
| boolean | isComplete () |
| Collection< SAMRecord > | makePairs () |
| boolean | hasEntries () |
| boolean | valuesAreEmpty () |
Represents a paired alignment in all detail, with possbily multiple mappings through the genome. An alignment pair is meant to be built iteratively as mappings of an insert are found. Once all pieces are assembled, it can do useful things.
| void umms.core.alignment.AlignmentPair.add | ( | SAMRecord | record | ) |
| boolean umms.core.alignment.AlignmentPair.hasEntries | ( | ) |

| boolean umms.core.alignment.AlignmentPair.isComplete | ( | ) |
| Collection<SAMRecord> umms.core.alignment.AlignmentPair.makePairs | ( | ) |
| boolean umms.core.alignment.AlignmentPair.valuesAreEmpty | ( | ) |
1.8.7