Uses of Interface
org.biojava.bio.program.tagvalue.BoundaryFinder
-
Packages that use BoundaryFinder Package Description org.biojava.bio.program.tagvalue Process files as streams of records, each with tags with values. -
-
Uses of BoundaryFinder in org.biojava.bio.program.tagvalue
Methods in org.biojava.bio.program.tagvalue that return BoundaryFinder Modifier and Type Method Description BoundaryFinderAggregator. getBoundaryFinder()BoundaryFinderMultiTagger. getBoundaryFinder()Methods in org.biojava.bio.program.tagvalue with parameters of type BoundaryFinder Modifier and Type Method Description voidAggregator. setBoundaryFinder(BoundaryFinder finder)Constructors in org.biojava.bio.program.tagvalue with parameters of type BoundaryFinder Constructor Description Aggregator(TagValueListener listener, BoundaryFinder observer, String joiner)MultiTagger(TagValueListener listener, BoundaryFinder observer)
-