public final class KAlignmentResultP<P,Q> extends KAlignmentResult<P> implements PipedAlignmentResult<KAlignmentHit<P>,Q>
KAlignmentResult.| Constructor and Description |
|---|
KAlignmentResultP(Q query,
KAligner<P> aligner,
KMappingResult mappingResult,
NucleotideSequence target,
int targetFrom,
int targetTo) |
| Modifier and Type | Method and Description |
|---|---|
Q |
getQuery() |
calculateAllAlignments, getAligner, getBestHit, getHits, getMappingResult, getTarget, getTargetFrom, getTargetTo, hasHits, iterator, refresh, sortAccordingToMapperScoresclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBestHit, getHits, hasHitspublic KAlignmentResultP(Q query, KAligner<P> aligner, KMappingResult mappingResult, NucleotideSequence target, int targetFrom, int targetTo)
public Q getQuery()
getQuery in interface PipedAlignmentResult<KAlignmentHit<P>,Q>Copyright © 2018. All rights reserved.