Uses of Class
gr.uoa.di.madgik.searchlibrary.operatorlibrary.Unary

Packages that use Unary
gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.partition   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.select   
gr.uoa.di.madgik.searchlibrary.operatorlibrary.transform   
 

Uses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge
 

Subclasses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.gmerge
 class GradualMergeOp
          Operator class used to create a merged ResultSet output from the contents of multiple ResultSet.
 

Uses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.partition
 

Subclasses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.partition
 class PartitionOp
          Operator class used to perform partitioning on its input org.gcube.searchservice.searchlibrary.resultset.ResultSet based on a specified field and produce a new org.gcube.searchservice.searchlibrary.resultset.ResultSet output holding the locators of the produced org.gcube.searchservice.searchlibrary.resultset.ResultSets, one for each different value of that field.
 

Uses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.select
 

Subclasses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.select
 class SelectOp
          Operator class used to perform selection operation on its input org.gcube.searchservice.searchlibrary.resultset.ResultSet and produce a new org.gcube.searchservice.searchlibrary.resultset.ResultSet output holding the passing records
 

Uses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.transform
 

Subclasses of Unary in gr.uoa.di.madgik.searchlibrary.operatorlibrary.transform
 class ScriptOp
          This class performs applies script transformation on the records that it receives as input and produces a new set of records as output, each one of them containing the transformed result
 class TransformOp
          This class performs an xslt transformation on the records that it receives as input and produces a new set of records as output, each one of them containing the transformed result
 



Copyright © 2013. All Rights Reserved.