Uses of Class
edu.wisc.ssec.mcidasv.data.hydra.HydraContext
Packages that use HydraContext
Package
Description
McIDAS-V specific data choosers.
-
Uses of HydraContext in edu.wisc.ssec.mcidasv.data
Fields in edu.wisc.ssec.mcidasv.data declared as HydraContext -
Uses of HydraContext in edu.wisc.ssec.mcidasv.data.hydra
Fields in edu.wisc.ssec.mcidasv.data.hydra declared as HydraContextFields in edu.wisc.ssec.mcidasv.data.hydra with type parameters of type HydraContextModifier and TypeFieldDescriptionprivate static HashMap
<DataSource, HashMap<DataCategory, HydraContext>> HydraContext.contextMap
private static HashMap
<DataCategory, HydraContext> HydraContext.dataCategoryToContextMap
private static HashMap
<DataChoice, HydraContext> HydraContext.dataChoiceToContextMap
private static HashMap
<DataSource, HydraContext> HydraContext.dataSourceToContextMap
Methods in edu.wisc.ssec.mcidasv.data.hydra that return HydraContextModifier and TypeMethodDescriptionstatic HydraContext
HydraContext.getHydraContext()
static HydraContext
HydraContext.getHydraContext
(DataCategory choice) static HydraContext
HydraContext.getHydraContext
(DataChoice choice) static HydraContext
HydraContext.getHydraContext
(DataSource source) static HydraContext
HydraContext.getHydraContext
(DataSource source, DataCategory dataCategory)