Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.data.output.Resource
-
Packages that use Resource Package Description org.gcube.data.analysis.dataminermanagercl.shared.data org.gcube.data.analysis.dataminermanagercl.shared.data.output -
-
Uses of Resource in org.gcube.data.analysis.dataminermanagercl.shared.data
Methods in org.gcube.data.analysis.dataminermanagercl.shared.data that return Resource Modifier and Type Method Description ResourceOutputData. getResource()Constructors in org.gcube.data.analysis.dataminermanagercl.shared.data with parameters of type Resource Constructor Description OutputData(ComputationId computationId, Resource resource) -
Uses of Resource in org.gcube.data.analysis.dataminermanagercl.shared.data.output
Subclasses of Resource in org.gcube.data.analysis.dataminermanagercl.shared.data.output Modifier and Type Class Description classFileResourceclassImageResourceclassMapResourceclassObjectResourceclassTableResourceMethods in org.gcube.data.analysis.dataminermanagercl.shared.data.output that return types with arguments of type Resource Modifier and Type Method Description Map<String,Resource>MapResource. getMap()Method parameters in org.gcube.data.analysis.dataminermanagercl.shared.data.output with type arguments of type Resource Modifier and Type Method Description voidMapResource. setMap(LinkedHashMap<String,Resource> map)Constructor parameters in org.gcube.data.analysis.dataminermanagercl.shared.data.output with type arguments of type Resource Constructor Description MapResource(String resourceId, String name, String description, LinkedHashMap<String,Resource> map)
-