Uses of Class
org.gcube.data.analysis.tabulardata.operation.OperationScope

Packages that use OperationScope
org.gcube.data.analysis.tabulardata.operation   
org.gcube.data.analysis.tabulardata.operation.factories.scopes   
org.gcube.data.analysis.tabulardata.operation.factories.types   
 

Uses of OperationScope in org.gcube.data.analysis.tabulardata.operation
 

Methods in org.gcube.data.analysis.tabulardata.operation that return OperationScope
 OperationScope OperationDescriptor.getScope()
           
 OperationScope ImmutableOperationDescriptor.getScope()
           
static OperationScope OperationScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationScope[] OperationScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.data.analysis.tabulardata.operation with parameters of type OperationScope
ImmutableOperationDescriptor(OperationId operationId, String name, String description, OperationScope scope, OperationType type, List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> parameters)
           
 

Uses of OperationScope in org.gcube.data.analysis.tabulardata.operation.factories.scopes
 

Methods in org.gcube.data.analysis.tabulardata.operation.factories.scopes that return OperationScope
protected  OperationScope VoidScopedWorkerFactory.getOperationScope()
           
protected  OperationScope TableScopedWorkerFactory.getOperationScope()
           
protected  OperationScope ColumnScopedWorkerFactory.getOperationScope()
           
 

Uses of OperationScope in org.gcube.data.analysis.tabulardata.operation.factories.types
 

Methods in org.gcube.data.analysis.tabulardata.operation.factories.types that return OperationScope
protected abstract  OperationScope BaseWorkerFactory.getOperationScope()
           
 



Copyright © 2013. All Rights Reserved.