Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescription
-
Packages that use ItemDescription Package Description org.gcube.data.analysis.dataminermanagercl.shared.workspace -
-
Uses of ItemDescription in org.gcube.data.analysis.dataminermanagercl.shared.workspace
Methods in org.gcube.data.analysis.dataminermanagercl.shared.workspace that return ItemDescription Modifier and Type Method Description ItemDescriptionDataMinerWorkArea. getDataMinerWorkAreaFolder()ItemDescriptionComputations. getFolder()ItemDescriptionInputDataSets. getFolder()ItemDescriptionOutputDataSets. getFolder()Methods in org.gcube.data.analysis.dataminermanagercl.shared.workspace with parameters of type ItemDescription Modifier and Type Method Description booleanItemDescription. compareInfo(ItemDescription itemDescription)Compare basic information with another ItemDescription not nullvoidDataMinerWorkArea. setDataMinerWorkAreaFolder(ItemDescription dataMinerWorkAreaFolder)voidComputations. setFolder(ItemDescription folder)voidInputDataSets. setFolder(ItemDescription folder)voidOutputDataSets. setFolder(ItemDescription folder)Constructors in org.gcube.data.analysis.dataminermanagercl.shared.workspace with parameters of type ItemDescription Constructor Description Computations(ItemDescription folder)DataMinerWorkArea(ItemDescription dataMinerWorkAreaFolder)DataMinerWorkArea(ItemDescription dataMinerWorkAreaFolder, InputDataSets inputDataSets, OutputDataSets outputDataSets, Computations computations)InputDataSets(ItemDescription folder)OutputDataSets(ItemDescription folder)
-