-
aima.core.logic.fol.parsing.ast.Predicate
@author Ravi Mohan
@author Ciaran O'Reilly
-
ariba.ui.meta.persistence.Predicate
-
cascading.pattern.model.tree.predicate.Predicate
-
cn.wanghaomiao.xpath.model.Predicate
xpath语法节点的谓语部分,即要满足的限定条件
@author 汪浩淼 [haomiaowang@sohu-inc.com et.tw@163.com]
@since 14-3-7 下午3:36
-
com.alibaba.cobar.client.support.utils.Predicate
-
com.alibaba.toolkit.util.collection.Predicate
"����"�ӿ�, ����ָ�����������, ����true
��false
. ����ӿڱ����ڹ�����, ָ�����˵�����.
@version $Id: Predicate.java,v 1.1 2003/07/03 07:26:16 baobao Exp $
@author Michael Zhou
-
com.cloud.utils.Predicate
-
com.google.api.ads.adwords.axis.v201306.cm.Predicate
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
-
com.google.api.ads.adwords.axis.v201309.cm.Predicate
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
-
com.google.api.ads.adwords.axis.v201402.cm.Predicate
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
-
com.google.api.ads.adwords.axis.v201406.cm.Predicate
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
-
com.google.api.ads.adwords.jaxws.v201309.cm.Predicate
3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="operator" type="{https://adwords.google.com/api/adwords/cm/v201309}Predicate.Operator" minOccurs="0"/> <element name="values" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
com.google.api.adwords.v201306.cm.Predicate
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
-
com.google.api.adwords.v201309.cm.Predicate
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
-
com.google.common.base.Predicate
Determines a true or false value for a given input.
@author Kevin Bourrillion
@since Guava release 02 (imported from Google Collections Library)
-
com.google.gwt.query.client.Predicate
A predicate function used by some GQuery methods.
-
com.hazelcast.query.Predicate
Predicate instance must be thread-safe. {@link #apply(java.util.Map.Entry)} is called by multiple threads concurrently.
@param < K>
@param < V>
-
com.jayway.jsonpath.Predicate
-
com.linkedin.data.it.Predicate
A functor interface for performing a predicate test on an {@link DataElement}.
@author slim
-
com.mobixess.jodb.query.api.Predicate
Base class for native queries.
Native Queries provide the ability to run arbitrary code against all instances of a class. Native query expressions should return true to mark specific instances as part of the result set.
-
com.mysema.query.types.Predicate
Predicate is the common interface for Boolean typed expressions
@author tiwe
-
com.mysql.clusterj.query.Predicate
Used to combine multiple predicates with boolean operations.
-
com.psddev.dari.db.Predicate
-
com.tinkerpop.blueprints.Predicate
driguez.com)
@author Matthias Broecheler (me@matthiasb.com)
-
com.ximpleware.extended.xpath.Predicate
LocationPathExpr uses this class to represent a predicate
-
common.model.Predicate
-
cs227b.teamIago.resolver.Predicate
@author NickWindow - Preferences - Java - Code Style - Code Templates
-
de.FeatureModellingTool.DupHelper.ConstraintTransform.Predicate
-
de.itemis.tooling.xturtle.xturtle.Predicate
-
edu.cmu.cs.fusion.constraint.Predicate
-
edu.isi.karma.kr2rml.Predicate
-
io.undertow.predicate.Predicate
A predicate. This is mainly uses by handlers as a way to decide if a request should have certain processing applied, based on the given conditions.
@author Stuart Douglas
-
jade.content.Predicate
Generic interface to be implemented by classes associated to predicates in an ontology. Predicates are expressions that say something about the status of the world and can be true or false.
@author Federico Bergenti - Universita` di Parma
-
javaff.data.strips.Predicate
-
javax.persistence.criteria.Predicate
Criteria predicate.
@since JPA 2.0
-
javax.sql.rowset.Predicate
k the present row determine if it lies // within the filtering criteria. for (int i = 0; i < idx.length; i++) { int value; try { value = (Integer) rs.getObject(idx[i]); } catch (SQLException ex) { Logger.getLogger(Range.class.getName()).log(Level.SEVERE, null, ex); return false; } if (value < lo[i] && value> hi[i]) { // outside of filter constraints return false; } } // Within filter constraints return true; } } }
The example above implements a simple range predicate. Note, that implementations should but are not required to provide String
and integer index based constructors to provide for JDBC RowSet Implementation applications that use both column identification conventions.
@author Jonathan Bruce, Amit Handa
-
jfun.yan.util.Predicate
Maps an Object to a boolean value.
Codehaus.org.
@author Ben Yu
-
jp.ac.kobe_u.cs.prolog.lang.Predicate
The superclass of classes for predicates. The subclasses of Predicate
must override the exec
and arity
methods.
@author Mutsunori Banbara (banbara@kobe-u.ac.jp)
@author Naoyuki Tamura (tamura@kobe-u.ac.jp)
@version 1.0
-
lcmc.common.domain.Predicate
-
lupos.rif.datatypes.Predicate
-
net.emaze.dysfunctional.dispatching.logic.Predicate
A unary functor returning a boolean
@param < E> the parameter type
@author rferranti
-
org.alfresco.webservice.types.Predicate
-
org.apache.ambari.server.controller.spi.Predicate
The predicate is used to filter the resources returned from the cluster controller. The predicate can examine a resource object and determine whether or not it should be included in the returned results.
-
org.apache.camel.Predicate
emq.apache.org/camel/predicate.html">predicate on the message exchange to support things like
scripting languages,
XQuery or
SQL as well as any arbitrary Java expression.
@version $Revision: 563607 $
-
org.apache.commons.collections.Predicate
Performs some predicate which returns true or false based on the input object. Predicate instances can be used to implement queries or to do filtering.
@author
James Strachan
-
org.apache.commons.collections15.Predicate
Defines a functor interface implemented by classes that perform a predicate test on an object.
A
Predicate
is the object equivalent of an
if
statement. It uses the input object to return a true or false value, and is often used in validation or filtering.
Standard implementations of common predicates are provided by {@link PredicateUtils}. These include true, false, instanceof, equals, and, or, not, method invokation and null testing.
@author James Strachan
@author Matt Hall, John Watkinson, Stephen Colebourne
@version $Revision: 1.1 $ $Date: 2005/10/11 17:05:19 $
@since Commons Collections 1.0
-
org.apache.commons.functor.Predicate
-
org.apache.ctakes.typesystem.type.textsem.Predicate
-
org.apache.derby.impl.sql.compile.Predicate
A Predicate represents a top level predicate.
@author Jerry Brenner
-
org.apache.felix.ipojo.manipulator.spi.Predicate
A Predicate is executed with a given {@link BindingContext} and returns {@literal true} if the{@link #matches(BindingContext)} operation is a success. It returns {@literal false} otherwise.Predicates can be used to determine if the traversed element (can be found on {@link BindingContext}) matches some properties.
@see org.apache.felix.ipojo.manipulator.spi.helper.Predicates
@author
Felix Project Team
-
org.apache.jackrabbit.commons.predicate.Predicate
Interface for object predicates, i.e. functions that evaluate a given object to a boolean value.
-
org.apache.oozie.test.XTestCase.Predicate
-
org.apache.openjpa.persistence.query.Predicate
Interface used to define compound predicates.
-
org.apache.qpid.amqp_1_0.transport.Predicate
-
org.dmg.pmml.Predicate
-
org.gocha.collection.Predicate
Предикат
@author GoCha
-
org.infinispan.objectfilter.impl.predicateindex.Predicate
A predicate comes in two flavors: condition predicate or interval predicate.
@author anistor@redhat.com
@since 7.0
-
org.jaxen.expr.Predicate
-
org.jboss.as.console.client.widgets.nav.Predicate
@author Heiko Braun
@date 1/19/12
-
org.mizartools.dli.Predicate
-
org.modeshape.jcr.ValidateQuery.Predicate
-
org.neo4j.helpers.Predicate
Predicate useful for filtering.
@param < T> type of items
-
org.springframework.data.solr.core.query.Criteria.Predicate
-
plan_runner.predicates.Predicate
-
prefuse.data.expression.Predicate
rg">jeffrey heer
-
ru.bmstu.datalog.data.Predicate
Realizes the representation Datalog predicate.
@author art-vybor
-
weka.associations.tertius.Predicate
@author Peter A. Flach
@author Nicolas Lachiche
@version $Revision: 1.5 $