com.bigdata.bop
Interface IValueExpressionConstraint<X>

All Superinterfaces:
BOp, Cloneable, IConstraint, IPropertySet, Serializable
All Known Implementing Classes:
BindingConstraint, Constraint, ProjectedConstraint, SPARQLConstraint

public interface IValueExpressionConstraint<X>
extends IConstraint

Version:
$Id: IValueExpressionConstraint.java 4971 2011-07-27 19:52:31Z thompsonbry $
Author:
Bryan Thompson

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bigdata.bop.BOp
BOp.Annotations
 
Field Summary
 
Fields inherited from interface com.bigdata.bop.IConstraint
EMPTY
 
Fields inherited from interface com.bigdata.bop.BOp
NOANNS, NOARGS
 
Method Summary
 IValueExpression<X> getValueExpression()
          Return the IValueExpression which is evaluated by the IConstraint.
 
Methods inherited from interface com.bigdata.bop.IConstraint
accept
 
Methods inherited from interface com.bigdata.bop.BOp
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
 
Methods inherited from interface cutthecrap.utils.striterators.IPropertySet
getProperty
 

Method Detail

getValueExpression

IValueExpression<X> getValueExpression()
Return the IValueExpression which is evaluated by the IConstraint.



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