org.biojava.bio.dp
Class DPFactory.DefaultFactory

java.lang.Object
  extended byorg.biojava.bio.dp.DPFactory.DefaultFactory
All Implemented Interfaces:
DPFactory
Enclosing class:
DPFactory

public static class DPFactory.DefaultFactory
extends java.lang.Object
implements DPFactory


Nested Class Summary
 
Nested classes inherited from class org.biojava.bio.dp.DPFactory
DPFactory.DefaultFactory
 
Field Summary
 
Fields inherited from interface org.biojava.bio.dp.DPFactory
DEFAULT
 
Constructor Summary
DPFactory.DefaultFactory(CellCalculatorFactoryMaker cfFacM)
           
 
Method Summary
 DP createDP(MarkovModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DPFactory.DefaultFactory

public DPFactory.DefaultFactory(CellCalculatorFactoryMaker cfFacM)
Method Detail

createDP

public DP createDP(MarkovModel model)
            throws java.lang.IllegalArgumentException,
                   BioException
Specified by:
createDP in interface DPFactory
Throws:
java.lang.IllegalArgumentException
BioException