Uses of Class
org.molgenis.vibe.core.ontology_processing.PhenotypesRetrieverFactory
-
Packages that use PhenotypesRetrieverFactory Package Description org.molgenis.vibe.core org.molgenis.vibe.core.ontology_processing -
-
Uses of PhenotypesRetrieverFactory in org.molgenis.vibe.core
Constructors in org.molgenis.vibe.core with parameters of type PhenotypesRetrieverFactory Constructor Description PhenotypesRetrievalRunner(Path hpoOntologyFile, PhenotypesRetrieverFactory phenotypesRetrieverFactory, Collection<Phenotype> phenotypes, Integer maxDistance) -
Uses of PhenotypesRetrieverFactory in org.molgenis.vibe.core.ontology_processing
Methods in org.molgenis.vibe.core.ontology_processing that return PhenotypesRetrieverFactory Modifier and Type Method Description static PhenotypesRetrieverFactoryPhenotypesRetrieverFactory. retrieve(String name)static PhenotypesRetrieverFactoryPhenotypesRetrieverFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static PhenotypesRetrieverFactory[]PhenotypesRetrieverFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-