Class MaxDistanceRetriever
- java.lang.Object
-
- org.molgenis.vibe.core.ontology_processing.PhenotypesRetriever
-
- org.molgenis.vibe.core.ontology_processing.MaxDistanceRetriever
-
public class MaxDistanceRetriever extends PhenotypesRetriever
-
-
Constructor Summary
Constructors Constructor Description MaxDistanceRetriever(org.apache.jena.ontology.OntModel model, Collection<Phenotype> inputPhenotypes, int maxDistance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.molgenis.vibe.core.ontology_processing.PhenotypesRetriever
addPhenotypeToNetwork, getInputPhenotypes, getMaxDistance, getPhenotypeNetworkCollection, retrievePhenotypeFromModel, skippableUri
-
-
-
-
Constructor Detail
-
MaxDistanceRetriever
public MaxDistanceRetriever(org.apache.jena.ontology.OntModel model, Collection<Phenotype> inputPhenotypes, int maxDistance)
-
-
Method Detail
-
run
public void run()
- Specified by:
runin classPhenotypesRetriever
-
-