|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Deprecated Classes | |
| org.biojava.bio.Annotatable.AnnotationForwarder
use new ChangeForwarder.Retyper(source, cs, Annotation.PROPERTY)
instead |
|
| org.biojava.bio.dist.Distribution.NullModelForwarder
use new ChangeForwarder.Retyper(this, cs, Annotation.PROPERTY)
instead |
|
| org.biojava.stats.svm.LinearKernel
Just use SparseVector.kernel instead... |
|
| org.biojava.bio.search.SequenceDBSearchHit
SimpleSeqSimilaritySearchHit has been made Annotatable and is now functionally identical. |
|
| org.biojava.bio.search.SequenceDBSearchResult
SimpleSeqSimilaritySearchResult has been made Annotatable and is now functionally identical. |
|
| org.biojava.bio.search.SequenceDBSearchSubHit
SimpleSeqSimilaritySearchSubHit has been made Annotatable and is now functionally identical. |
|
| org.biojava.bio.gui.sequence.SequencePoster
This doesn't handle loads of stuff. Use SequencePoster. |
|
| org.biojava.bio.dist.SimpleDistributionTrainer
Distribution impls should be providing custom trainers. |
|
| Deprecated Fields | |
| org.biojava.bio.program.gff.GFFRecord.NO_FRAME
Use GFFTools.NO_FRAME instead |
|
| org.biojava.bio.program.gff.GFFRecord.NO_SCORE
Use GFFTools.NO_SCORE instead |
|
| Deprecated Constructors | |
| org.biojava.bio.BioError(Throwable, String)
Use BioError(message, ex) instead. |
|
| org.biojava.bio.BioException(Throwable, String)
use new BioException(message, ex) instead |
|
| org.biojava.bio.BioRuntimeException(Throwable, String)
use new BioRuntimeException(message, ex) instead |
|
| org.biojava.utils.ChangeVetoException(Throwable, String)
use new ChangeVetoException(reason, ex); |
|
| org.biojava.bio.symbol.PackedSymbolListFactory(boolean)
the argumentless constructor creates a SymbolListFactory that will autoselect the packing appropriately. |
|
| org.biojava.utils.ParserException(Throwable, String)
use new ParserException(detail, t) |
|
| org.biojava.bio.dp.ProfileHMM(Alphabet, int, DistributionFactory, DistributionFactory)
|
|
| org.biojava.bio.proteomics.Protease(String, boolean)
Creating a Protease with this constructor will not register it with the ProteaseManager (use ProteaseManager.createProtease()) |
|
| org.biojava.bio.proteomics.Protease(String, boolean, String)
Creating a Protease with this constructor will not register it with the ProteaseManager (use ProteaseManager.createProtease()) |
|
| org.biojava.bio.proteomics.Protease(SymbolList, boolean, SymbolList)
Creating a Protease with this constructor will not register it with the ProteaseManager (use ProteaseManager.createProtease()) |
|
| org.biojava.directory.RegistryException(Throwable, String)
use new RegistryException(message, cause) |
|
| org.biojava.bio.dp.SimpleDotState(char, String, Annotation)
token is ignored since 1.2. Use the 2-arg constructor instead. |
|
| org.biojava.bio.dp.SimpleMarkovModel(int, Alphabet)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||