Package | Description |
---|---|
org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter |
Modifier and Type | Method and Description |
---|---|
OperatorCategory |
OperatorCategory.clone() |
OperatorCategory |
Operator.getCategory() |
OperatorCategory |
OperatorsClassification.getCategoryById(String id) |
Modifier and Type | Method and Description |
---|---|
List<OperatorCategory> |
OperatorsClassification.getOperatorCategories() |
Modifier and Type | Method and Description |
---|---|
void |
Operator.setCategory(OperatorCategory category) |
Modifier and Type | Method and Description |
---|---|
void |
OperatorsClassification.setOperatorCategories(List<OperatorCategory> operatorCategories) |
Constructor and Description |
---|
Operator(String id,
String briefDescription,
String description,
OperatorCategory category) |
Operator(String id,
String briefDescription,
String description,
OperatorCategory category,
boolean hasImage) |
Operator(String id,
String briefDescription,
String description,
OperatorCategory category,
List<Parameter> operatorParameters) |
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) |
Operator(String id,
String name,
String briefDescription,
String description,
OperatorCategory category,
List<Parameter> operatorParameters,
boolean hasImage) |
Constructor and Description |
---|
OperatorsClassification(List<OperatorCategory> operatorCategories,
List<Operator> operators) |
Copyright © 2014. All Rights Reserved.