Class GeoParseResult
- java.lang.Object
-
- ubic.gemma.core.loader.expression.geo.GeoParseResult
-
public class GeoParseResult extends Object
This simply holds the results obtained from parsing.
-
-
Constructor Summary
Constructors Constructor Description GeoParseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,GeoDataset>getDatasetMap()Map<String,GeoDataset>getDatasets()Map<String,GeoPlatform>getPlatformMap()Map<String,GeoPlatform>getPlatforms()Map<String,GeoSample>getSampleMap()Map<String,GeoSample>getSamples()Map<String,GeoSeries>getSeries()Map<String,GeoSeries>getSeriesMap()Map<String,GeoSubset>getSubsetMap()
-
-
-
Method Detail
-
getDatasetMap
public Map<String,GeoDataset> getDatasetMap()
- Returns:
- Returns the datasetMap.
-
getDatasets
public Map<String,GeoDataset> getDatasets()
-
getPlatformMap
public Map<String,GeoPlatform> getPlatformMap()
- Returns:
- Returns the platformMap.
-
getPlatforms
public Map<String,GeoPlatform> getPlatforms()
-
-