Package | Description |
---|---|
org.biojava.bio.program.xff |
Event-driven parsing system for the Extensible Feature Format (XFF).
|
Modifier and Type | Field and Description |
---|---|
static XFFPartHandlerFactory |
FeatureHandler.FEATURE_HANDLER_FACTORY |
static XFFPartHandlerFactory |
PropDetailHandler.PROPDETAIL_HANDLER_FACTORY |
static XFFPartHandlerFactory |
StrandedFeatureHandler.STRANDEDFEATURE_HANDLER_FACTORY |
Modifier and Type | Method and Description |
---|---|
void |
XFFFeatureSetHandler.addDetailHandler(ElementRecognizer rec,
XFFPartHandlerFactory handler)
Extend this FeatureSetHandler to delegate certain detail elements
to the specified handler type.
|
void |
XFFFeatureSetHandler.addFeatureHandler(ElementRecognizer rec,
XFFPartHandlerFactory handler)
Extend this FeatureSetHandler to delegate certain feature elements
to the specified handler type.
|
Copyright © 2014 BioJava. All rights reserved.