Package org.biojava.bio.dp
Interface DPFactory
-
- All Known Implementing Classes:
DPFactory.DefaultFactory
public interface DPFactory
The interface for objects that can generate a DP object for a MarkovModel.- Author:
- Matthew Pocock
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DPFactory.DefaultFactory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DP
createDP(MarkovModel model)
-
-
-
Method Detail
-
createDP
DP createDP(MarkovModel model) throws IllegalArgumentException, BioException
- Throws:
IllegalArgumentException
BioException
-
-