Class CheckContains

java.lang.Object
  |
  +--Predicate
        |
        +--ObjectPredicate
              |
              +--CheckContains

class CheckContains
extends ObjectPredicate

Check if one object contains another

See Also:
CheckWithin

Constructor Summary
(package private) CheckContains()
           
 
Method Summary
 boolean evaluateObject(RealObject ro, RealObject content)
          Does this object contain a specified other object?
 
Methods inherited from class ObjectPredicate
evaluate
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckContains

CheckContains()
Method Detail

evaluateObject

public boolean evaluateObject(RealObject ro,
                              RealObject content)
Does this object contain a specified other object?
Overrides:
evaluateObject in class ObjectPredicate
Returns:
whether the second object is inside the first