Uses of Interface
org.biojava.bio.program.xff.XFFPartHandlerFactory
-
Packages that use XFFPartHandlerFactory Package Description org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF). -
-
Uses of XFFPartHandlerFactory in org.biojava.bio.program.xff
Fields in org.biojava.bio.program.xff declared as XFFPartHandlerFactory Modifier and Type Field Description static XFFPartHandlerFactory
FeatureHandler. FEATURE_HANDLER_FACTORY
static XFFPartHandlerFactory
PropDetailHandler. PROPDETAIL_HANDLER_FACTORY
static XFFPartHandlerFactory
StrandedFeatureHandler. STRANDEDFEATURE_HANDLER_FACTORY
Methods in org.biojava.bio.program.xff with parameters of type XFFPartHandlerFactory Modifier and Type Method 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.
-