org.jtools.condition
Class SimpleConditionHelper<E>
java.lang.Object
org.jtools.condition.SimpleConditionHelper<E>
- All Implemented Interfaces:
- ConditionHelper<E>
- Direct Known Subclasses:
- SimpleConditionHelper.AND, SimpleConditionHelper.EQUALS, SimpleConditionHelper.IGNORE, SimpleConditionHelper.NOT, SimpleConditionHelper.OR
public class SimpleConditionHelper<E>
- extends Object
- implements ConditionHelper<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 |
SimpleConditionHelper
protected SimpleConditionHelper(ConditionHelperFactory<? super E> factory,
int maxChilds)
SimpleConditionHelper
public SimpleConditionHelper(ConditionHelperFactory<? super E> factory)
getChilds
protected List<ConditionHelper<? super E>> getChilds()
getChildsAsFilter
protected Collection<org.jpattern.condition.Condition<? super E>> getChildsAsFilter()
addChild
protected ConditionHelper<? super E> addChild(ConditionHelper<? super E> child)
createAnd
public ConditionHelper<? super E> createAnd()
createOr
public ConditionHelper<? super E> createOr()
createNot
public ConditionHelper<? super E> createNot()
createIgnore
public ConditionHelper<? super E> createIgnore()
createEquals
public ConditionHelper<? super E> createEquals()
createFilter
public ConditionHelper<? super E> createFilter()
toCondition
public org.jpattern.condition.Condition<? super E> toCondition()
- Specified by:
toCondition
in interface ConditionHelper<E>
© 2000-2006, JTools.org.