com.bigdata.relation.rule
Class NE

java.lang.Object
  extended by com.bigdata.relation.rule.NE
All Implemented Interfaces:
IConstraint, Serializable

public class NE
extends Object
implements IConstraint

Imposes the constraint x != y.

Version:
$Id: NE.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
 IVariable x
           
 IVariable y
           
 
Constructor Summary
NE(IVariable x, IVariable y)
           
 
Method Summary
 boolean accept(IBindingSet s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public final IVariable x

y

public final IVariable y
Constructor Detail

NE

public NE(IVariable x,
          IVariable y)
Method Detail

accept

public boolean accept(IBindingSet s)
Specified by:
accept in interface IConstraint


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.