Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.process.OperatorCategory
-
Packages that use OperatorCategory Package Description org.gcube.data.analysis.dataminermanagercl.shared.process -
-
Uses of OperatorCategory in org.gcube.data.analysis.dataminermanagercl.shared.process
Methods in org.gcube.data.analysis.dataminermanagercl.shared.process that return OperatorCategory Modifier and Type Method Description OperatorCategoryOperatorCategory. clone()OperatorCategoryOperator. getCategory()OperatorCategoryOperatorsClassification. getCategoryById(String id)Methods in org.gcube.data.analysis.dataminermanagercl.shared.process that return types with arguments of type OperatorCategory Modifier and Type Method Description List<OperatorCategory>OperatorsClassification. getOperatorCategories()Methods in org.gcube.data.analysis.dataminermanagercl.shared.process with parameters of type OperatorCategory Modifier and Type Method Description intOperatorCategory. compareTo(OperatorCategory o)voidOperator. setCategory(OperatorCategory category)Method parameters in org.gcube.data.analysis.dataminermanagercl.shared.process with type arguments of type OperatorCategory Modifier and Type Method Description voidOperatorsClassification. setOperatorCategories(List<OperatorCategory> operatorCategories)Constructors in org.gcube.data.analysis.dataminermanagercl.shared.process with parameters of type OperatorCategory Constructor Description Operator(String id, String name, String briefDescription, String description, OperatorCategory category)Operator(String id, String name, String briefDescription, String description, OperatorCategory category, List<Parameter> operatorParameters, boolean hasImage)Operator(String id, String briefDescription, String description, OperatorCategory category)Operator(String id, String briefDescription, String description, OperatorCategory category, boolean hasImage)Constructor parameters in org.gcube.data.analysis.dataminermanagercl.shared.process with type arguments of type OperatorCategory Constructor Description OperatorsClassification(String name, List<OperatorCategory> operatorCategories, List<Operator> operators)
-