org.jtools.condition
Class AbstractConditionDelegator<E>
java.lang.Object
org.jtools.condition.AbstractConditionDelegator<E>
- All Implemented Interfaces:
- ConditionHolder<E>
public abstract class AbstractConditionDelegator<E>
- extends Object
- implements ConditionHolder<E>
TODO type-description
- Author:
- Rainer Noack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConditionDelegator
protected AbstractConditionDelegator()
setOperation
protected void setOperation(org.jpattern.condition.common.CommonCondition op)
newInstance
protected abstract AbstractConditionDelegator<E> newInstance()
createAnd
public AbstractConditionDelegator<E> createAnd()
createOr
public AbstractConditionDelegator<E> createOr()
createNot
public AbstractConditionDelegator<E> createNot()
getCustomFilter
protected abstract org.jpattern.condition.Condition<E> getCustomFilter()
getCondition
public org.jpattern.condition.Condition<E> getCondition()
- Specified by:
getCondition
in interface ConditionHolder<E>
© 2000-2006, JTools.org.