public abstract class Gfa1Adapter extends Object implements Gfa1Listener
| Constructor and Description |
|---|
Gfa1Adapter() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containment(Containment containment)
Notify this abstract GFA 1.0 listener of a GFA 1.0 containment.
|
protected boolean |
header(Header header)
Notify this abstract GFA 1.0 listener of a GFA 1.0 header.
|
protected boolean |
link(Link link)
Notify this abstract GFA 1.0 listener of a GFA 1.0 link.
|
protected boolean |
path(Path path)
Notify this abstract GFA 1.0 listener of a GFA 1.0 path.
|
boolean |
record(Gfa1Record record)
Notify this GFA 1.0 listener of a GFA 1.0 record.
|
protected boolean |
segment(Segment segment)
Notify this abstract GFA 1.0 listener of a GFA 1.0 segment.
|
protected boolean |
traversal(Traversal traversal)
Notify this abstract GFA 1.0 listener of a GFA 1.0 traversal.
|
public final boolean record(Gfa1Record record)
Gfa1Listenerrecord in interface Gfa1Listenerrecord - GFA 1.0 recordprotected boolean containment(Containment containment)
containment - GFA 1.0 containmentprotected boolean header(Header header)
header - GFA 1.0 headerprotected boolean path(Path path)
path - GFA 1.0 pathprotected boolean link(Link link)
link - GFA 1.0 linkprotected boolean segment(Segment segment)
segment - GFA 1.0 segmentprotected boolean traversal(Traversal traversal)
traversal - GFA 1.0 traversalCopyright © 2013–2020 dishevelled.org. All rights reserved.