Uses of Class
ubic.gemma.core.loader.expression.geo.model.GeoContact
-
Packages that use GeoContact Package Description ubic.gemma.core.loader.expression.geo.model -
-
Uses of GeoContact in ubic.gemma.core.loader.expression.geo.model
Fields in ubic.gemma.core.loader.expression.geo.model declared as GeoContact Modifier and Type Field Description protected GeoContact
GeoData. contact
Methods in ubic.gemma.core.loader.expression.geo.model that return GeoContact Modifier and Type Method Description GeoContact
GeoData. getContact()
Methods in ubic.gemma.core.loader.expression.geo.model that return types with arguments of type GeoContact Modifier and Type Method Description Collection<GeoContact>
GeoSeries. getContributers()
Methods in ubic.gemma.core.loader.expression.geo.model with parameters of type GeoContact Modifier and Type Method Description void
GeoSeries. addContributer(GeoContact contributer)
void
GeoSeries. setContact(GeoContact contact)
Method parameters in ubic.gemma.core.loader.expression.geo.model with type arguments of type GeoContact Modifier and Type Method Description void
GeoSeries. setContributers(Collection<GeoContact> contributers)
-