Uses of Class
org.molgenis.vibe.core.formats.BiologicalEntity
-
Packages that use BiologicalEntity Package Description org.molgenis.vibe.core.formats org.molgenis.vibe.core.query_output_digestion.prioritization -
-
Uses of BiologicalEntity in org.molgenis.vibe.core.formats
Classes in org.molgenis.vibe.core.formats with type parameters of type BiologicalEntity Modifier and Type Class Description classBiologicalEntityCollection<T1 extends BiologicalEntity,T2 extends BiologicalEntity,T3 extends BiologicalEntityCombination<T1,T2>>A collection of 0 or moreBiologicalEntityCombinationsthat have the sameBiologicalEntityCollectionandBiologicalEntityCollectionclass types.classBiologicalEntityCollection<T1 extends BiologicalEntity,T2 extends BiologicalEntity,T3 extends BiologicalEntityCombination<T1,T2>>A collection of 0 or moreBiologicalEntityCombinationsthat have the sameBiologicalEntityCollectionandBiologicalEntityCollectionclass types.classBiologicalEntityCombination<T1 extends BiologicalEntity,T2 extends BiologicalEntity>A combination of 2BiologicalEntitysubclass objects.classBiologicalEntityCombination<T1 extends BiologicalEntity,T2 extends BiologicalEntity>A combination of 2BiologicalEntitysubclass objects.Subclasses of BiologicalEntity in org.molgenis.vibe.core.formats Modifier and Type Class Description classDiseaseA disease.classGeneA gene.classPhenotypeDefines a phenotype. -
Uses of BiologicalEntity in org.molgenis.vibe.core.query_output_digestion.prioritization
Classes in org.molgenis.vibe.core.query_output_digestion.prioritization with type parameters of type BiologicalEntity Modifier and Type Interface Description interfacePrioritizer<T1 extends BiologicalEntity,T2 extends BiologicalEntityCollection>Returns a priority ofT1fromT2.
-