vishnu.model.algebra.algorithms
Interface UnaryAlgorithm

All Superinterfaces:
Algorithm
All Known Implementing Classes:
AbstractSelectionAlgorithm, DefaultProjectionAlgorithm, HashIndexEqualitySelectionAlgorithm, MeritAlgorithm, NoIndexSortedDataSelectionAlgorithm, ScanSelectionAlgorithm

public interface UnaryAlgorithm
extends Algorithm

Representa a los algoritmos de relaciones unarias.

Author:
Hernan Rancati y Mariano Tepper
 

Method Summary
 void innerTable(TableContext t)
          Setea la tabla interior del algoritmo.
 
Methods inherited from interface vishnu.model.algebra.algorithms.Algorithm
attach, canBePerformed, cancel, clone, isCanceled, perform
 

Method Detail

innerTable

void innerTable(TableContext t)
Setea la tabla interior del algoritmo.

Parameters:
t - - la tabla interior del algoritmo.