Interface UniProtHit
- All Superinterfaces:
Hit<UniProtEntry,,UniProtBlastSummary> Serializable
Represents a UniProt based blast hit.
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry()The entry focused on this particular blast hitThe blast related details
-
Method Details
-
getEntry
UniProtEntry getEntry()The entry focused on this particular blast hit- Specified by:
getEntryin interfaceHit<UniProtEntry,UniProtBlastSummary> - Returns:
- the UniProtEntry of the corresponding blast hit
-
getSummary
UniProtBlastSummary getSummary()The blast related details- Specified by:
getSummaryin interfaceHit<UniProtEntry,UniProtBlastSummary> - Returns:
- UniProt specific blast summary
-