Uses of Enum Class
ubic.gemma.persistence.service.common.description.AnnotationRelationDao.Direction
Packages that use AnnotationRelationDao.Direction
-
Uses of AnnotationRelationDao.Direction in ubic.gemma.persistence.service.common.description
Subclasses with type arguments of type AnnotationRelationDao.Direction in ubic.gemma.persistence.service.common.descriptionModifier and TypeClassDescriptionstatic enumWhich end of the relation a caller is seeding from.Methods in ubic.gemma.persistence.service.common.description that return AnnotationRelationDao.DirectionModifier and TypeMethodDescriptionAnnotationRelationDao.RelationQuery.getSeedDirection()Returns the enum constant of this class with the specified name.static AnnotationRelationDao.Direction[]AnnotationRelationDao.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.persistence.service.common.description with parameters of type AnnotationRelationDao.DirectionModifier and TypeMethodDescriptionAnnotationRelationDao.findRelatedTerms(Collection<String> seedValueUris, Collection<String> seedValues, AnnotationRelationDao.Direction direction, Set<AnnotationRelationBasis> bases, Collection<String> predicateUris, Long taxonId, Collection<Long> excludedExperimentIds, int maximumObjectBreadth, int maxResults) Set membership: every term related to any of the seeds, with no counting, no ranking and no ambiguity to resolve.AnnotationRelationDaoImpl.findRelatedTerms(Collection<String> seedValueUris, Collection<String> seedValues, AnnotationRelationDao.Direction direction, Set<AnnotationRelationBasis> bases, Collection<String> predicateUris, Long taxonId, Collection<Long> excludedExperimentIds, int maximumObjectBreadth, int maxResults) AnnotationRelationService.findRelatedTermsForSearch(Collection<String> seedValueUris, Collection<String> seedValues, AnnotationRelationDao.Direction direction, Set<AnnotationRelationBasis> bases, Long taxonId, Collection<Long> excludedExperimentIds, int maximumObjectBreadth, int maxResults) Terms related to the seeds, for widening a query or testing membership.AnnotationRelationServiceImpl.findRelatedTermsForSearch(Collection<String> seedValueUris, Collection<String> seedValues, AnnotationRelationDao.Direction direction, Set<AnnotationRelationBasis> bases, Long taxonId, Collection<Long> excludedExperimentIds, int maximumObjectBreadth, int maxResults) AnnotationRelationService.findRelationsForExperiment(ExpressionExperiment ee, AnnotationRelationDao.Direction direction, Set<AnnotationRelationBasis> bases, int maxResults) What this experiment's own annotations imply, for display beside them.AnnotationRelationServiceImpl.findRelationsForExperiment(ExpressionExperiment ee, AnnotationRelationDao.Direction direction, Set<AnnotationRelationBasis> bases, int maxResults) AnnotationRelationDao.RelationQuery.seedDirection(AnnotationRelationDao.Direction v) Which side of the relation an experiment seed is matched against.