Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.process.Operator
-
Packages that use Operator Package Description org.gcube.data.analysis.dataminermanagercl.server.dmservice org.gcube.data.analysis.dataminermanagercl.shared.process -
-
Uses of Operator in org.gcube.data.analysis.dataminermanagercl.server.dmservice
Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice that return Operator Modifier and Type Method Description abstract OperatorSClient. getOperatorById(String id)Retrieve the operator by idabstract OperatorSClient. getOperatorById(String id, boolean refresh)OperatorSClient4WPS. getOperatorById(String id)OperatorSClient4WPS. getOperatorById(String id, boolean refresh)Methods in org.gcube.data.analysis.dataminermanagercl.server.dmservice with parameters of type Operator Modifier and Type Method Description abstract List<Parameter>SClient. getInputParameters(Operator operator)Get input paramters of the operatorList<Parameter>SClient4WPS. getInputParameters(Operator operator)abstract List<Parameter>SClient. getOutputParameters(Operator operator)Get output paramters of the operatorList<Parameter>SClient4WPS. getOutputParameters(Operator operator)abstract ComputationIdSClient. startComputation(Operator operator)Start ComputationComputationIdSClient4WPS. startComputation(Operator operator) -
Uses of Operator in org.gcube.data.analysis.dataminermanagercl.shared.process
Methods in org.gcube.data.analysis.dataminermanagercl.shared.process that return Operator Modifier and Type Method Description OperatorOperator. clone()OperatorOperatorsClassification. getOperatorById(String id)Methods in org.gcube.data.analysis.dataminermanagercl.shared.process that return types with arguments of type Operator Modifier and Type Method Description List<Operator>OperatorCategory. getOperators()List<Operator>OperatorsClassification. getOperators()Methods in org.gcube.data.analysis.dataminermanagercl.shared.process with parameters of type Operator Modifier and Type Method Description voidOperatorCategory. addOperator(Operator operator)intOperator. compareTo(Operator o)Method parameters in org.gcube.data.analysis.dataminermanagercl.shared.process with type arguments of type Operator Modifier and Type Method Description voidOperatorCategory. setOperators(List<Operator> operators)voidOperatorsClassification. setOperators(List<Operator> operators)Constructor parameters in org.gcube.data.analysis.dataminermanagercl.shared.process with type arguments of type Operator Constructor Description OperatorCategory(String id, String name, String briefDescription, String description, List<Operator> operators)OperatorCategory(String id, String briefDescription, String description, List<Operator> operators)
-