Package org.molgenis.vibe.core
Class PhenotypesRetrievalRunner
- java.lang.Object
-
- org.molgenis.vibe.core.PhenotypesRetrievalRunner
-
- All Implemented Interfaces:
Callable<PhenotypeNetworkCollection>
public class PhenotypesRetrievalRunner extends Object implements Callable<PhenotypeNetworkCollection>
-
-
Constructor Summary
Constructors Constructor Description PhenotypesRetrievalRunner(Path hpoOntologyFile, PhenotypesRetrieverFactory phenotypesRetrieverFactory, Collection<Phenotype> phenotypes, Integer maxDistance)
-
-
-
Constructor Detail
-
PhenotypesRetrievalRunner
public PhenotypesRetrievalRunner(Path hpoOntologyFile, PhenotypesRetrieverFactory phenotypesRetrieverFactory, Collection<Phenotype> phenotypes, Integer maxDistance)
-
-
Method Detail
-
call
public PhenotypeNetworkCollection call()
- Specified by:
callin interfaceCallable<PhenotypeNetworkCollection>
-
-