JTools

org.jtools.condition
Class SimpleConditionHelper.IGNORE<E>

java.lang.Object
  extended by org.jtools.condition.SimpleConditionHelper<E>
      extended by org.jtools.condition.SimpleConditionHelper.IGNORE<E>
All Implemented Interfaces:
ConditionHelper<E>
Enclosing class:
SimpleConditionHelper<E>

public static class SimpleConditionHelper.IGNORE<E>
extends SimpleConditionHelper<E>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jtools.condition.SimpleConditionHelper
SimpleConditionHelper.AND<E>, SimpleConditionHelper.EQUALS<E>, SimpleConditionHelper.IGNORE<E>, SimpleConditionHelper.NOT<E>, SimpleConditionHelper.OR<E>
 
Constructor Summary
SimpleConditionHelper.IGNORE(ConditionHelperFactory<? super E> factory)
           
 
Method Summary
 org.jpattern.condition.Condition<E> toCondition()
           
 
Methods inherited from class org.jtools.condition.SimpleConditionHelper
addChild, createAnd, createEquals, createFilter, createIgnore, createNot, createOr, getChilds, getChildsAsFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleConditionHelper.IGNORE

public SimpleConditionHelper.IGNORE(ConditionHelperFactory<? super E> factory)
Method Detail

toCondition

public org.jpattern.condition.Condition<E> toCondition()
Specified by:
toCondition in interface ConditionHelper<E>
Overrides:
toCondition in class SimpleConditionHelper<E>

JTools

© 2000-2006, JTools.org.