Uses of Class
org.molgenis.vibe.core.formats.PubmedEvidence
-
Packages that use PubmedEvidence Package Description org.molgenis.vibe.core.formats -
-
Uses of PubmedEvidence in org.molgenis.vibe.core.formats
Fields in org.molgenis.vibe.core.formats with type parameters of type PubmedEvidence Modifier and Type Field Description static Comparator<PubmedEvidence>PubmedEvidence. RELEASE_YEAR_COMPARATORSortsPubmedEvidencefirst ongetReleaseYear()(most recent first) and then by ID (asint, lowest to highest).Methods in org.molgenis.vibe.core.formats that return types with arguments of type PubmedEvidence Modifier and Type Method Description Set<PubmedEvidence>GeneDiseaseCombination. getAllPubmedEvidence()List<PubmedEvidence>GeneDiseaseCombination. getAllPubMedEvidenceSortedByYear()Set<PubmedEvidence>GeneDiseaseCombination. getPubmedEvidenceForSource(Source source)ThePubmedEvidencefor the definedSource.List<PubmedEvidence>GeneDiseaseCombination. getPubmedEvidenceForSourceSortedByReleaseDate(Source source)ThePubmedEvidencefor the definedSource.Methods in org.molgenis.vibe.core.formats with parameters of type PubmedEvidence Modifier and Type Method Description voidGeneDiseaseCombination. add(Source source, PubmedEvidence evidence)
-