com.bigdata.relation.rule
Class OR
java.lang.Object
com.bigdata.relation.rule.OR
- All Implemented Interfaces:
- IConstraint, Serializable
public class OR
- extends Object
- implements IConstraint
Imposes the constraint x OR y.
- Version:
- $Id: OR.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OR
public OR(IConstraint x,
IConstraint y)
accept
public boolean accept(IBindingSet s)
- Specified by:
accept in interface IConstraint
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.