tle.searchutil.impl
Class AbstractSingleCond

java.lang.Object
  extended by tle.searchutil.impl.AbstractSingleCond
All Implemented Interfaces:
Cond, SingleCond
Direct Known Subclasses:
CondNot

public abstract class AbstractSingleCond
extends java.lang.Object
implements SingleCond

SingleCondÀÇ ±âº» ±¸Çöü

Author:
ÃÖ¹ü±Õ

Constructor Summary
AbstractSingleCond(Cond cond)
           
 
Method Summary
 Cond getCond()
          ÀÌ ¿¬»êÀÌ Ã³¸®ÇÒ Á¶°ÇÀ» ±¸ÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSingleCond

public AbstractSingleCond(Cond cond)
Method Detail

getCond

public Cond getCond()
Description copied from interface: SingleCond
ÀÌ ¿¬»êÀÌ Ã³¸®ÇÒ Á¶°ÇÀ» ±¸ÇÑ´Ù.

Specified by:
getCond in interface SingleCond
Returns: