saffron.rel
Class Filter.ConvertToPlanRule

java.lang.Object
  |
  +--saffron.opt.Rule
        |
        +--saffron.rel.convert.ConverterRule
              |
              +--saffron.rel.Filter.ConvertToPlanRule
Enclosing class:
Filter

private static class Filter.ConvertToPlanRule
extends ConverterRule


Field Summary
 
Fields inherited from class saffron.rel.convert.ConverterRule
inConvention, outConvention
 
Fields inherited from class saffron.opt.Rule
description, planner
 
Constructor Summary
Filter.ConvertToPlanRule()
           
 
Method Summary
 Rel convert(Rel rel)
           
 
Methods inherited from class saffron.rel.convert.ConverterRule
getOutConvention, isGuaranteed, onMatch
 
Methods inherited from class saffron.opt.Rule
convert, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Filter.ConvertToPlanRule

public Filter.ConvertToPlanRule()
Method Detail

convert

public Rel convert(Rel rel)
Specified by:
convert in class ConverterRule

SourceForge.net_Logo