AbstractSamHeaderValidator

Abstract class encapsulating visitation of SAM header elements.

Members

Functions

onError
bool onError(SqLine line, SqLineError error)
Undocumented in source.
onError
bool onError(PgLine line, PgLineError error)
Undocumented in source.
onError
bool onError(SamHeader header, SamHeaderError error)

Implement those methods to define your own behaviour.

onError
bool onError(RgLine line, RgLineError error)
Undocumented in source.
validate
void validate(SamHeader header)

Start validation process.

Meta