Uses of Class
org.gcube.data.publishing.gCatFeeder.collectors.dm.model.InternalAlgorithmDescriptor
-
Packages that use InternalAlgorithmDescriptor Package Description org.gcube.data.publishing.gCatFeeder.collectors.dm org.gcube.data.publishing.gCatFeeder.collectors.dm.model.ckan -
-
Uses of InternalAlgorithmDescriptor in org.gcube.data.publishing.gCatFeeder.collectors.dm
Methods in org.gcube.data.publishing.gCatFeeder.collectors.dm that return types with arguments of type InternalAlgorithmDescriptor Modifier and Type Method Description Set<InternalAlgorithmDescriptor>DMAlgorithmsInfoCollector. collect()org.gcube.data.publishing.gCatfeeder.collectors.DataCollector<InternalAlgorithmDescriptor>DataMinerPlugin. getCollector()org.gcube.data.publishing.gCatfeeder.collectors.DataTransformer<? extends org.gcube.data.publishing.gCatFeeder.model.CatalogueFormatData,InternalAlgorithmDescriptor>DataMinerPlugin. getTransformerByCatalogueType(String catalogueType)Method parameters in org.gcube.data.publishing.gCatFeeder.collectors.dm with type arguments of type InternalAlgorithmDescriptor Modifier and Type Method Description Set<GCatModel>GCATTransformer. transform(Collection<InternalAlgorithmDescriptor> collectedData) -
Uses of InternalAlgorithmDescriptor in org.gcube.data.publishing.gCatFeeder.collectors.dm.model.ckan
Constructors in org.gcube.data.publishing.gCatFeeder.collectors.dm.model.ckan with parameters of type InternalAlgorithmDescriptor Constructor Description GCatModel(InternalAlgorithmDescriptor desc)
-