saffron.rel
Class Project.ConvertToPlanRule

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

private static class Project.ConvertToPlanRule
extends ConverterRule

Converts a Project to plan calling convention.


Field Summary
 
Fields inherited from class saffron.rel.convert.ConverterRule
inConvention, outConvention
 
Fields inherited from class saffron.opt.Rule
description, planner
 
Constructor Summary
Project.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

Project.ConvertToPlanRule

public Project.ConvertToPlanRule()
Method Detail

convert

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

SourceForge.net_Logo