Uses of Class
ubic.gemma.core.loader.expression.geo.model.GeoLibraryStrategy
-
Packages that use GeoLibraryStrategy Package Description ubic.gemma.core.loader.expression.geo.model -
-
Uses of GeoLibraryStrategy in ubic.gemma.core.loader.expression.geo.model
Methods in ubic.gemma.core.loader.expression.geo.model that return GeoLibraryStrategy Modifier and Type Method Description GeoLibraryStrategy
GeoSample. getLibStrategy()
static GeoLibraryStrategy
GeoLibraryStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoLibraryStrategy[]
GeoLibraryStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.loader.expression.geo.model with parameters of type GeoLibraryStrategy Modifier and Type Method Description void
GeoSample. setLibStrategy(GeoLibraryStrategy libStrategy)
-