net.ontopia.utils
Class ContainmentDecider

java.lang.Object
  extended by net.ontopia.utils.ContainmentDecider
All Implemented Interfaces:
DeciderIF

public class ContainmentDecider
extends java.lang.Object
implements DeciderIF

INTERNAL: Decider that returns true if the object is contained in the referenced collection.

Since:
4.0

Constructor Summary
ContainmentDecider(java.util.Collection objects)
           
 
Method Summary
 boolean ok(java.lang.Object o)
          PUBLIC: Returns true if the object is accepted.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainmentDecider

public ContainmentDecider(java.util.Collection objects)
Method Detail

ok

public boolean ok(java.lang.Object o)
Description copied from interface: DeciderIF
PUBLIC: Returns true if the object is accepted.

Specified by:
ok in interface DeciderIF


Copyright © 2000-2009 Ontopia.