Uses of Interface
org.biojava.bio.seq.io.SeqIOListener
-
Packages that use SeqIOListener Package Description org.biojava.bio.program.phred Parser for Phred outputorg.biojava.bio.program.ssaha SSAHA sequence searching API.org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF).org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojava.bio.seq.io.agave Classes for converting between AGAVE XML and BioJava objects.org.biojava.bio.seq.io.game Event-driven parsing system for the Gene Annotation Markup Elements (GAME).org.biojava.bio.seq.io.game12 Event-driven parsing system for the Gene Annotation Markup Elements (GAME).org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. -
-
Uses of SeqIOListener in org.biojava.bio.program.phred
Methods in org.biojava.bio.program.phred with parameters of type SeqIOListener Modifier and Type Method Description booleanPhredFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener siol) -
Uses of SeqIOListener in org.biojava.bio.program.ssaha
Methods in org.biojava.bio.program.ssaha with parameters of type SeqIOListener Modifier and Type Method Description voidSequenceStreamer.FileStreamer. streamNext(SeqIOListener listener)voidSequenceStreamer.SequenceDBStreamer. streamNext(SeqIOListener listener)voidSequenceStreamer. streamNext(SeqIOListener listener) -
Uses of SeqIOListener in org.biojava.bio.program.xff
Methods in org.biojava.bio.program.xff that return SeqIOListener Modifier and Type Method Description SeqIOListenerXFFFeatureSetHandler. getFeatureListener()Return the object which receives startFeature/endFeature notifications.Methods in org.biojava.bio.program.xff with parameters of type SeqIOListener Modifier and Type Method Description voidXFFFeatureSetHandler. setFeatureListener(SeqIOListener siol)Set the object which receives startFeature/endFeature notifications. -
Uses of SeqIOListener in org.biojava.bio.seq.io
Subinterfaces of SeqIOListener in org.biojava.bio.seq.io Modifier and Type Interface Description interfaceSeqFileFormerDeprecated.Use org.biojavax.bio.seq.io framework insteadinterfaceSequenceBuilderInterface for objects which accumulate state via SeqIOListener, then construct a Sequence object.Classes in org.biojava.bio.seq.io that implement SeqIOListener Modifier and Type Class Description classEmblFileFormerDeprecated.Use org.biojavax.bio.seq.io framework insteadclassEmblProcessorDeprecated.Use org.biojavax.bio.seq.io framework insteadclassFastaDescriptionLineParserDeprecated.Use org.biojavax.bio.seq.io.FastaFormatclassGenbankFileFormerDeprecated.Use org.biojavax.bio.seq.io framework insteadclassGenbankProcessorDeprecated.Use org.biojavax.bio.seq.io framework insteadclassOrganismParserDeprecated.Use org.biojavax.bio.taxa framework insteadclassProteinRefSeqFileFormerDeprecated.Use org.biojavax.bio.seq.io framework insteadclassProteinRefSeqProcessorDeprecated.Use org.biojavax.bio.seq.io framework insteadclassSeqIOAdapterAdapter class for SeqIOListener that has empty methods.classSeqIOFilterBase-class for listeners that pass filtered events onto another listener.classSequenceBuilderBaseBasic SequenceBuilder implementation which accumulates all notified information.classSequenceBuilderFilterBase-class for builders that pass filtered events onto another builder.classSimpleAssemblyBuilderBasic SequenceBuilder implementation which accumulates all notified information and creates a SimpleAssembly.classSimpleSequenceBuilderBasic SequenceBuilder implementation which accumulates all notified information and creates a SimpleSequence.classSmartSequenceBuilderBasic SequenceBuilder implementation which accumulates all notified information and chooses a sequence implementation suited to the size of the sequence.classSwissprotFileFormerDeprecated.Use org.biojavax.bio.seq.io framework insteadclassSwissprotProcessorDeprecated.Use org.biojavax.bio.seq.io framework insteadMethods in org.biojava.bio.seq.io that return SeqIOListener Modifier and Type Method Description SeqIOListenerSeqIOFilter. getDelegate()Retrieve the delegate that is wrapped.Methods in org.biojava.bio.seq.io with parameters of type SeqIOListener Modifier and Type Method Description voidSeqIOEventEmitter. getSeqIOEvents(Sequence seq, SeqIOListener listener)Deprecated.getSeqIOEventsscans aSequenceobject and sends events describing its data to theSeqIOListener.StreamParserAlternateTokenization. parseStream(SeqIOListener listener)Will throw an exception.StreamParserCharacterTokenization. parseStream(SeqIOListener listener)StreamParserSymbolTokenization. parseStream(SeqIOListener listener)Return an object which can parse an arbitrary character stream into symbols.StreamParserWordTokenization. parseStream(SeqIOListener siol)booleanEmblLikeFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Deprecated.booleanFastaFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener siol)Deprecated.Reads information from a flatfile to aSeqIOListenerusing aSymbolTokenizerto convert sequence strings toSymbolobjects.booleanGAMEFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)this version only reads annotations (no symbols)booleanGenbankFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Deprecated.Reads a sequence from the specified reader using the Symbol parser and Sequence Factory provided.booleanGenbankXmlFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Deprecated.booleanSequenceFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.Constructors in org.biojava.bio.seq.io with parameters of type SeqIOListener Constructor Description SeqIOFilter(SeqIOListener delegate)Create a new SeqIOFilter that will forward events on to another listener. -
Uses of SeqIOListener in org.biojava.bio.seq.io.agave
Fields in org.biojava.bio.seq.io.agave declared as SeqIOListener Modifier and Type Field Description protected SeqIOListenerStAXFeatureHandler. featureListenerprotected SeqIOListenerStAXPropertyHandler. featureListenerMethods in org.biojava.bio.seq.io.agave that return SeqIOListener Modifier and Type Method Description SeqIOListenerStAXFeatureHandler. getFeatureListener()Return current feature listenerMethods in org.biojava.bio.seq.io.agave with parameters of type SeqIOListener Modifier and Type Method Description voidStAXFeatureHandler. setFeatureListener(SeqIOListener siol) -
Uses of SeqIOListener in org.biojava.bio.seq.io.game
Fields in org.biojava.bio.seq.io.game declared as SeqIOListener Modifier and Type Field Description protected SeqIOListenerStAXFeatureHandler. featureListenerprotected SeqIOListenerStAXPropertyHandler. featureListenerMethods in org.biojava.bio.seq.io.game that return SeqIOListener Modifier and Type Method Description SeqIOListenerStAXFeatureHandler. getFeatureListener()Return current feature listenerMethods in org.biojava.bio.seq.io.game with parameters of type SeqIOListener Modifier and Type Method Description voidStAXFeatureHandler. setFeatureListener(SeqIOListener siol) -
Uses of SeqIOListener in org.biojava.bio.seq.io.game12
Constructors in org.biojava.bio.seq.io.game12 with parameters of type SeqIOListener Constructor Description GAMEHandler(SeqIOListener listener)Constructor for the GAMEHandler object -
Uses of SeqIOListener in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol with parameters of type SeqIOListener Modifier and Type Method Description StreamParserSoftMaskedAlphabet.CaseSensitiveTokenization. parseStream(SeqIOListener l)The current implementation only supports character parsing. -
Uses of SeqIOListener in org.biojavax.bio.seq.io
Subinterfaces of SeqIOListener in org.biojavax.bio.seq.io Modifier and Type Interface Description interfaceRichSeqIOListenerAn interface for classes that listen to BioEntry or RichSequence I/O streams.interfaceRichSequenceBuilderAn interface for objects that can build RichSequences.Classes in org.biojavax.bio.seq.io that implement SeqIOListener Modifier and Type Class Description classDebuggingRichSeqIOListenerThis is purely for debugging purposes.classRichSeqIOAdapterThis class implements all methods of RichSeqIOListener and takes no action.classSimpleRichSequenceBuilderConstructs BioEntry objects by listening to events.Methods in org.biojavax.bio.seq.io with parameters of type SeqIOListener Modifier and Type Method Description booleanEMBLFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanEMBLxmlFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanFastaFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanGenbankFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanINSDseqFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanUniProtFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.booleanUniProtXMLFormat. readSequence(BufferedReader reader, SymbolTokenization symParser, SeqIOListener listener)Read a sequence and pass data on to a SeqIOListener.
-