Interface GeneConfigurationDependentPipe
-
- All Known Implementing Classes:
SymbolPrefixPipe
public interface GeneConfigurationDependentPipeSome pipes access resources whose path are given in the gene configuration and which cannot be stored on disc when saving the model. After reading the model, those pipes must be initialized with the configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(Configuration configuration)
-
-
-
Method Detail
-
initialize
void initialize(Configuration configuration) throws GeneMapperException
- Throws:
GeneMapperException
-
-