JTools

org.jtools.condition
Class SimpleCommonCondition<E>

java.lang.Object
  extended by org.jtools.condition.SimpleCommonCondition<E>
All Implemented Interfaces:
org.jpattern.condition.Condition<E>

public class SimpleCommonCondition<E>
extends Object
implements org.jpattern.condition.Condition<E>


Constructor Summary
SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op, Collection<org.jpattern.condition.Condition<? super E>> filter)
           
SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op, org.jpattern.condition.Condition<? super E>... filter)
           
 
Method Summary
 boolean match(E filterable)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleCommonCondition

public SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op,
                             org.jpattern.condition.Condition<? super E>... filter)

SimpleCommonCondition

public SimpleCommonCondition(org.jpattern.condition.common.CommonCondition op,
                             Collection<org.jpattern.condition.Condition<? super E>> filter)
Method Detail

match

public boolean match(E filterable)
Specified by:
match in interface org.jpattern.condition.Condition<E>

toString

public String toString()
Overrides:
toString in class Object

JTools

© 2000-2006, JTools.org.