public abstract class Gfa2Adapter extends Object implements Gfa2Listener
| Constructor and Description |
|---|
Gfa2Adapter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
edge(Edge edge)
Notify this abstract GFA 2.0 listener of a GFA 2.0 edge.
|
protected boolean |
fragment(Fragment fragment)
Notify this abstract GFA 2.0 listener of a GFA 2.0 fragment.
|
protected boolean |
gap(Gap gap)
Notify this abstract GFA 2.0 listener of a GFA 2.0 gap.
|
protected boolean |
header(Header header)
Notify this abstract GFA 2.0 listener of a GFA 2.0 header.
|
protected boolean |
path(Path path)
Notify this abstract GFA 2.0 listener of a GFA 2.0 path.
|
boolean |
record(Gfa2Record record)
Notify this GFA 2.0 listener of a GFA 2.0 record.
|
protected boolean |
segment(Segment segment)
Notify this abstract GFA 2.0 listener of a GFA 2.0 segment.
|
protected boolean |
set(Set set)
Notify this abstract GFA 2.0 listener of a GFA 2.0 set.
|
public final boolean record(Gfa2Record record)
Gfa2Listenerrecord in interface Gfa2Listenerrecord - GFA 2.0 recordprotected boolean edge(Edge edge)
edge - GFA 2.0 edgeprotected boolean fragment(Fragment fragment)
fragment - GFA 2.0 fragmentprotected boolean gap(Gap gap)
gap - GFA 2.0 gapprotected boolean header(Header header)
header - GFA 2.0 headerprotected boolean path(Path path)
path - GFA 2.0 pathprotected boolean segment(Segment segment)
segment - GFA 2.0 segmentprotected boolean set(Set set)
set - GFA 2.0 setCopyright © 2013–2020 dishevelled.org. All rights reserved.