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 XFFPartHandlerFactoryFeatureHandler. FEATURE_HANDLER_FACTORYstatic XFFPartHandlerFactoryPropDetailHandler. PROPDETAIL_HANDLER_FACTORYstatic XFFPartHandlerFactoryStrandedFeatureHandler. STRANDEDFEATURE_HANDLER_FACTORYMethods in org.biojava.bio.program.xff with parameters of type XFFPartHandlerFactory Modifier and Type Method Description voidXFFFeatureSetHandler. addDetailHandler(ElementRecognizer rec, XFFPartHandlerFactory handler)Extend this FeatureSetHandler to delegate certain detail elements to the specified handler type.voidXFFFeatureSetHandler. addFeatureHandler(ElementRecognizer rec, XFFPartHandlerFactory handler)Extend this FeatureSetHandler to delegate certain feature elements to the specified handler type.
-