Package | Description |
---|---|
org.biojava.bio.molbio |
The classes and interfaces in this package cover common molecular
biological techniques such as restriction digests and PCR.
|
org.biojava.utils |
Miscellaneous utility classes used by other BioJava components.
|
org.biojava.utils.process |
Classes and interfaces to execute external processes and to handle its input and output streams in multiple threads.
|
Constructor and Description |
---|
RestrictionMapper(ThreadPool threadPool)
Creates a new
RestrictionMapper which will use
the specified ThreadPool . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleThreadPool
SimpleThreadPool is a basic implementation of
ThreadPool for use where we don't wish to introduce a
dependency on a 3rd-party pool. |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
ExternalProcess.threadPool()
Gets the thread pool which is used for the input and output handlers.
|
Constructor and Description |
---|
ExternalProcess(ThreadPool threadPool)
Initializes the external process.
|
Copyright © 2014 BioJava. All rights reserved.