vishnu.model.algebra.normalform
Class ConjunctiveNormalFormImpl

java.lang.Object
  extended by vishnu.model.algebra.normalform.ConjunctiveNormalFormImpl
All Implemented Interfaces:
ConjunctiveNormalForm

public class ConjunctiveNormalFormImpl
extends java.lang.Object
implements ConjunctiveNormalForm

Author:
Mariano Tepper
 

Constructor Summary
ConjunctiveNormalFormImpl()
           
 
Method Summary
 void attach(SQLConditionalExpression s)
          Adjunta una SQLConditionalExpression a ser pasada a forma normal conjuntiva.
 SQLConditionalExpression getNormalized()
          Devuelve la forma normal conjuntiva de la expresion adjunta.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConjunctiveNormalFormImpl

public ConjunctiveNormalFormImpl()
Method Detail

attach

public void attach(SQLConditionalExpression s)
Description copied from interface: ConjunctiveNormalForm
Adjunta una SQLConditionalExpression a ser pasada a forma normal conjuntiva.

Specified by:
attach in interface ConjunctiveNormalForm

getNormalized

public SQLConditionalExpression getNormalized()
Description copied from interface: ConjunctiveNormalForm
Devuelve la forma normal conjuntiva de la expresion adjunta.

Specified by:
getNormalized in interface ConjunctiveNormalForm