DPFactory (biojava-legacy 1.9.5 API)
-
- 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 classDPFactory.DefaultFactory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DPcreateDP(MarkovModel model)
-
-
-
Method Detail
-
createDP
DP createDP(MarkovModel model) throws IllegalArgumentException, BioException
- Throws:
IllegalArgumentExceptionBioException
-
-