-
abstrasy.Function
sor.eu/eupl Sauf obligation légale ou contractuelle écrite, le logiciel distribué sous la Licence est distribué "en l’état", SANS GARANTIES OU CONDITIONS QUELLES QU’ELLES SOIENT, expresses ou implicites. Consultez la Licence pour les autorisations et les restrictions linguistiques spécifiques relevant de la Licence.
@author Luc Bruninx
@version 1.0
-
aima.core.logic.fol.parsing.ast.Function
@author Ravi Mohan
@author Ciaran O'Reilly
-
anvil.script.Function
interface Function
@author : Jani Lehtim�ki
-
at.salzburgresearch.nodekeeper.eca.function.Function
...
Author: Thomas Kurz (tkurz@apache.org)
-
ca.nengo.math.Function
A mathematical function from an n-D space to a 1-D space. For simplicity we always map to a 1-D space, and model maps to n-D spaces with n Functions.
Instances of Function are immutable once they are created (ie their parameters do not change over time).
@author Bryan Tripp
-
caltrop.interpreter.Function
-
cascading.operation.Function
Interface Function marks a given {@link Operation} as a function, as opposed to being a {@link Filter}.
A Function is responsible for taking Tuple arguments and returning one or more result Tuples.
To implement a Function, (optionally) sub-class {@link BaseOperation} and have the new sub-class {@code implement}this interface.
-
chunmap.util.Function
@author yangjiandong
-
co.nubetech.crux.model.Function
-
com.alibaba.druid.sql.visitor.functions.Function
-
com.barrybecker4.common.math.function.Function
Defines interface for generic 1-1 function f(x).
@author Barry Becker
-
com.basho.riak.client.core.query.functions.Function
A Function for use with bucket properties or asMap reduce. Instances are created via the provided static factory methods or by using the Builder.
@author Brian Roach
@since 2.0
-
com.dubture.twig.core.model.Function
... DLTK {@link SourceMethod} is private ....
@author Robert Gruendler
-
com.emitrom.touch4j.client.core.Function
Generic interface to use as callback
-
com.firefly.template.Function
-
com.gemstone.gemfire.cache.execute.Function
-
com.google.api.ads.adwords.axis.v201306.cm.Function
example "feed_attribute == 30" can be represented as: FeedId feedId = (FeedId of Feed associated with feed_attribute) FeedAttributeId feedAttributeId = (FeedAttributeId of feed_attribute) Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new FeedAttributeOperand(feedId, feedAttributeId))); function.setOperator(Operator.IN); function.setRhsOperand( Arrays.asList((Operand) new ConstantOperand(30L))); // Another example matching on multiple values: "feed_item_id IN (10, 20, 30)" can be represented as: Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new RequestContextOperand(ContextType.FEED_ITEM_ID))); function.setOperator(Operator.IN); function.setRhsOperand(Arrays.asList( (Operand) new ConstantOperand(10L), new ConstantOperand(20L), new ConstantOperand(30L)));
-
com.google.api.ads.adwords.axis.v201309.cm.Function
example "feed_attribute == 30" can be represented as: FeedId feedId = (FeedId of Feed associated with feed_attribute) FeedAttributeId feedAttributeId = (FeedAttributeId of feed_attribute) Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new FeedAttributeOperand(feedId, feedAttributeId))); function.setOperator(Operator.IN); function.setRhsOperand( Arrays.asList((Operand) new ConstantOperand(30L))); // Another example matching on multiple values: "feed_item_id IN (10, 20, 30)" can be represented as: Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new RequestContextOperand(ContextType.FEED_ITEM_ID))); function.setOperator(Operator.IN); function.setRhsOperand(Arrays.asList( (Operand) new ConstantOperand(10L), new ConstantOperand(20L), new ConstantOperand(30L)));
-
com.google.api.ads.adwords.axis.v201402.cm.Function
example "feed_attribute == 30" can be represented as: FeedId feedId = (FeedId of Feed associated with feed_attribute) FeedAttributeId feedAttributeId = (FeedAttributeId of feed_attribute) Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new FeedAttributeOperand(feedId, feedAttributeId))); function.setOperator(Operator.IN); function.setRhsOperand( Arrays.asList((Operand) new ConstantOperand(30L))); // Another example matching on multiple values: "feed_item_id IN (10, 20, 30)" can be represented as: Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new RequestContextOperand(ContextType.FEED_ITEM_ID))); function.setOperator(Operator.IN); function.setRhsOperand(Arrays.asList( (Operand) new ConstantOperand(10L), new ConstantOperand(20L), new ConstantOperand(30L)));
-
com.google.api.ads.adwords.axis.v201406.cm.Function
example "feed_attribute == 30" can be represented as: FeedId feedId = (FeedId of Feed associated with feed_attribute) FeedAttributeId feedAttributeId = (FeedAttributeId of feed_attribute) Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new FeedAttributeOperand(feedId, feedAttributeId))); function.setOperator(Operator.IN); function.setRhsOperand( Arrays.asList((Operand) new ConstantOperand(30L))); // Another example matching on multiple values: "feed_item_id IN (10, 20, 30)" can be represented as: Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new RequestContextOperand(ContextType.FEED_ITEM_ID))); function.setOperator(Operator.IN); function.setRhsOperand(Arrays.asList( (Operand) new ConstantOperand(10L), new ConstantOperand(20L), new ConstantOperand(30L)));
-
com.google.api.adwords.v201306.cm.Function
example "feed_attribute == 30" can be represented as: FeedId feedId = (FeedId of Feed associated with feed_attribute) FeedAttributeId feedAttributeId = (FeedAttributeId of feed_attribute) Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new FeedAttributeOperand(feedId, feedAttributeId))); function.setOperator(Operator.IN); function.setRhsOperand( Arrays.asList((Operand) new ConstantOperand(30L))); // Another example matching on multiple values: "feed_item_id IN (10, 20, 30)" can be represented as: Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new RequestContextOperand(ContextType.FEED_ITEM_ID))); function.setOperator(Operator.IN); function.setRhsOperand(Arrays.asList( (Operand) new ConstantOperand(10L), new ConstantOperand(20L), new ConstantOperand(30L)));
-
com.google.api.adwords.v201309.cm.Function
example "feed_attribute == 30" can be represented as: FeedId feedId = (FeedId of Feed associated with feed_attribute) FeedAttributeId feedAttributeId = (FeedAttributeId of feed_attribute) Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new FeedAttributeOperand(feedId, feedAttributeId))); function.setOperator(Operator.IN); function.setRhsOperand( Arrays.asList((Operand) new ConstantOperand(30L))); // Another example matching on multiple values: "feed_item_id IN (10, 20, 30)" can be represented as: Function function = new Function(); function.setLhsOperand( Arrays.asList((Operand) new RequestContextOperand(ContextType.FEED_ITEM_ID))); function.setOperator(Operator.IN); function.setRhsOperand(Arrays.asList( (Operand) new ConstantOperand(10L), new ConstantOperand(20L), new ConstantOperand(30L)));
-
com.google.appengine.datanucleus.Utils.Function
-
com.google.common.base.Function
Determines an output value based on an input value.
@author Kevin Bourrillion
@since Guava release 02 (imported from Google Collections Library)
-
com.google.gwt.query.client.Function
Extend this class to implement functions callbacks.
-
com.google.javascript.jscomp.CallGraph.Function
-
com.google.refine.grel.Function
Interface for functions. When a function is called, its arguments have already been evaluated down into non-error values.
-
com.googlecode.goclipse.go.lang.model.Function
-
com.googlecode.wickedcharts.highcharts.options.Function
-
com.grits.objects.Function
-
com.gwtext.client.core.Function
Generic callback interface.
@author Sanjiv Jivan
-
com.iisigroup.cap.auth.model.Function
權限物件
-
com.intellij.util.Function
@author max
@author Konstantin Bulenkov
-
com.jetdrone.vertx.yoke.engine.Function
# Function
-
com.kenai.jffi.Function
Native function invocation context This class holds all the information that JFFI needs to correctly call a native function.
-
com.moreemrecife.jpa.Function
The persistent class for the function database table.
-
com.odiago.flumebase.lang.Function
Abstract base class that defines a callable function. Subclasses of this exist for scalar, aggregate, and table functions.
-
com.orange.wink.parse.objects.Function
@author Sylvain Lalande
-
com.pogofish.jadt.samples.ast.data.Function
-
com.puppetlabs.geppetto.pp.pptp.Function
A representation of the model object '
Function'.
The following features are supported:
- {@link com.puppetlabs.geppetto.pp.pptp.Function#isRValue RValue}
@see com.puppetlabs.geppetto.pp.pptp.PPTPPackage#getFunction()
@model
@generated
-
com.scooterframework.orm.sqldataexpress.object.Function
Function class. A function is essentially a stored procedure that returns a result.
@author (Fei) John Chen
-
com.smartgwt.client.core.Function
Generic callback interface.
-
com.sun.jna.Function
An abstraction for a native function pointer. An instance of
Function
represents a pointer to some native function. {@link #invoke(Class,Object[],Map)} is the primary means to callthe function.
Function call behavior may be modified by passing one of the following call flags:
- {@link Function#C_CONVENTION} Use C calling convention (default)
- {@link Function#ALT_CONVENTION} Use alternate calling convention (e.g. stdcall)
- {@link Function#THROW_LAST_ERROR} Throw a {@link LastErrorException} ifthe native function sets the system error to a non-zero value (errno or GetLastError). Setting this flag will cause the system error to be cleared prior to native function invocation.
@author Sheng Liang, originator
@author Todd Fast, suitability modifications
@author Timothy Wall
@see Pointer
-
com.sun.org.apache.xpath.internal.functions.Function
This is a superclass of all XPath functions. This allows two ways for the class to be called. One method is that the super class processes the arguments and hands the results to the derived class, the other method is that the derived class may process it's own arguments, which is faster since the arguments don't have to be added to an array, but causes a larger code footprint.
@xsl.usage advanced
-
com.sun.xacml.cond.Function
Interface that all functions in the system must implement.
@since 1.0
@author Seth Proctor
-
com.volantis.xml.expression.Function
A function within XPath.
Implementations of this must be thread safe and must not maintain any invocation specific state.
@volantis-api-include-in PublicAPI
@volantis-api-include-in ProfessionalServicesAPI
@volantis-api-include-in InternalAPI
-
de.caterdev.modelling.process.epc.Function
-
de.innovationgate.ext.org.mozilla.javascript.Function
-
edu.stanford.nlp.optimization.Function
An interface for double-valued functions over double arrays.
@author
Dan Klein
@version 1.0
@since 1.0
-
eu.admire.dispel.parser.expression.Function
-
eu.admire.dispel.parser.types.Function
-
functions.Function
@author true
-
gargl.typedefinitions.Function
-
gri.gridp.modules.Function
Object describing a single function or a way in which a program can be run.
@author dan.rogers
-
io.crate.planner.symbol.Function
-
jcgp.backend.function.Function
Function is a callback wrapper.
A concrete implementation of Function overrides {@code run()} to performany arbitrary operation on the arguments specified. It must also override {@code getArity()} to return the function arity.
@author Eduardo Pedroni
-
jmathexpr.func.Function
@author Elemér Furka
-
ket.math.Function
A function maps from Arguments to other Arguments.
-
kodkod.ast.RelationPredicate.Function
-
name.abuchen.portfolio.math.NewtonGoalSeek.Function
-
net.hydromatic.optiq.Function
Named expression that accepts parameters and returns a result.
The application may occur at compile time (for a macro) or at run time (for a regular function). The result may be a relation, and so might any of the parameters.
Functions are registered in a {@link Schema}, and may be queried by name ( {@link Schema#getFunctions(String)}) then overloads resolved based on parameter types.
@see TableMacro
@see ScalarFunction
-
net.sf.doodleproject.numerics4j.function.Function
orld.wolfram.com/Function.html"> http://mathworld.wolfram.com/Function.html
@version $Revision: 1.2 $ $Date: 2007/10/25 04:44:15 $
-
net.sf.jpluck.plucker.functions.Function
-
net.sf.jsqlparser.expression.Function
A function as MAX,COUNT...
-
net.sf.minuteProject.configuration.bean.model.data.Function
-
net.sourceforge.htmlunit.corejs.javascript.Function
This is interface that all functions in JavaScript must implement. The interface provides for calling functions and constructors.
@see net.sourceforge.htmlunit.corejs.javascript.Scriptable
@author Norris Boyd
-
net.sourceforge.marathon.api.module.Function
-
nexj.core.scripting.Function
Interface for invoking a function.
-
nodebox.function.Function
Function wraps any kind of callable.
-
noop.model.Function
@author alexeagle@google.com (Alex Eagle)
-
org.apache.cassandra.cql3.functions.Function
-
org.apache.commons.jxpath.Function
Extension function interface. Extension functions are grouped into {@link Functions Functions} objects, which are installed onJXPathContexts using the {@link JXPathContext#setFunctions JXPathContext.setFunctions()}call.
The Function interface can be implemented directly. However, most of the time JXPath's built-in implementations should suffice. See {@link ClassFunctions ClassFunctions} and {@link PackageFunctions PackageFunctions}.
@author Dmitri Plotnikov
@version $Revision: 1.5 $ $Date: 2003/03/11 00:59:12 $
-
org.apache.felix.service.command.Function
A Function is a a block of code that can be executed with a set of arguments, it returns the result object of executing the script.
-
org.apache.hadoop.hive.metastore.api.Function
-
org.apache.jmeter.functions.Function
Methods that a function must implement
-
org.apache.poi.hssf.record.formula.functions.Function
@author Amol S. Deshmukh < amolweb at ya hoo dot com >Function serves as a marker interface.
-
org.apache.poi.ss.formula.functions.Function
Common interface for all implementations of Excel built-in functions.
@author Amol S. Deshmukh < amolweb at ya hoo dot com >
-
org.apache.tajo.catalog.function.Function
-
org.apache.vxquery.functions.Function
-
org.apache.ws.jaxme.sqls.Function
-
org.apache.xpath.functions.Function
This is a superclass of all XPath functions. This allows two ways for the class to be called. One method is that the super class processes the arguments and hands the results to the derived class, the other method is that the derived class may process it's own arguments, which is faster since the arguments don't have to be added to an array, but causes a larger code footprint.
-
org.asturlinux.frade.currin.program.Function
-
org.atmosphere.wasync.Function
A function is asynchronously invoked when a response is received, complete or not.
This library supports predefined life cycle's events (@link Event} that can be used. For example, a Function can be defined for handling IOException:
class Function<IOException>() { public void on(IOEXception ex) { } }
This function can be registered using the {@link Socket#on(Function)} as
socket.on(new Function<IOEXception>() { .... }
This is the equivalent of doing
socket.on(Event.ERROR, new Function<IOEXception>() { .... }
Anonymous functions call also be invoked if a {@link Decoder} match its type
socket.decoder(new Decoder<String, POJO>(){ @Override public POJO decode(Event e, String message) { return new POJO(message); } } .on(new Function<POJO>() { .... }
@param < T>
@author Jeanfrancois Arcand
-
org.auraframework.impl.expression.functions.Function
the thing that actually executes some function in the formula engine
-
org.cfeclipse.cfml.dictionary.Function
This is a function. Functions are like tags except they have a return type. A function derives from the Procedure class but as mentioned a moment ago, it has a return value.
@author Rob
-
org.cfeclipse.cfmledit.dictionary.Function
-
org.drools.clips.Function
-
org.drools.core.rule.Function
-
org.drools.eclipse.core.Function
This represents a function.
-
org.drools.rule.Function
-
org.eclipse.sapphire.modeling.el.Function
-
org.fenixedu.academic.domain.organizationalStructure.Function
-
org.foray.fotree.value.Function
Abstract superclass for all XSL-FO functions.
-
org.formulacompiler.compiler.Function
-
org.gdbms.engine.function.Function
Interface to be implemented to create a function. The name will be the string used in the SQL to refeer the function. A function will be created once for each instruction execution.
-
org.gephi.appearance.api.Function
@author mbastian
-
org.h2.expression.Function
This class implements most built-in functions of this database.
-
org.hisrc.jscm.codemodel.expression.JSFunctionExpression.Function
-
org.jaxen.Function
Interface for the extensible function framework.
NOTE: This class is not typically used directly, but is exposed for writers of extended XPath packages.
Implementations of Function
are functors which are used to evaluate a function-call within an XPath expression.
@see FunctionContext
@author
bob mcwhirter
-
org.jboss.gwt.flow.client.Function
An execution delegate able to control the outcome.
@author Heiko Braun
@date 3/8/13
-
org.jboss.security.xacml.sunxacml.cond.Function
Interface that all functions in the system must implement.
@since 1.0
@author Seth Proctor
-
org.jenetics.util.Function
-
org.jfree.report.expressions.Function
The interface for report functions. A report function separates the business logic from presentation of the result.
Since JFreeReport 0.9 functions are considered immutable. During the advancement process, the function returns a new instance with the updated state.
@author Thomas Morgner
-
org.jitterbit.integration.data.function.Function
TODO: Write this.
@author Torgil Zethson
-
org.jitterbit.integration.data.script.Function
Defines a function in the Formula Builder.
@author Torgil Zethson
@since 1.2
-
org.lealone.expression.Function
This class implements most built-in functions of this database.
-
org.maltparserx.core.feature.function.Function
@author Johan Hall
-
org.mozilla.javascript.Function
This is interface that all functions in JavaScript must implement. The interface provides for calling functions and constructors.
@see org.mozilla.javascript.Scriptable
@author Norris Boyd
-
org.mvel2.ast.Function
-
org.openbel.bel.xbel.model.Function
-
org.openbel.framework.common.lang.Function
The base class of the immutable BEL function model.
TODO: The function model currently lacks unit tests
-
org.opengis.filter.expression.Function
-
org.openiaml.model.model.Function
-
org.openquark.cal.compiler.Function
Provides an implementation of FunctionalAgent suitable for use in the type checker with functions or pattern bound variables.
Creation date: (6/6/01 2:00:01 PM)
@author Bo Ilic
-
org.openrdf.query.algebra.evaluation.function.Function
@author Arjohn Kampman
-
org.osgi.service.command.Function
A Function is a a block of code that can be executed with a set of arguments, it returns the result object of executing the script. TODO The javadoc in this class need a good scrub before release.
@ThreadSafe
@version $Revision: 5654 $
-
org.pentaho.reporting.engine.classic.core.function.Function
The interface for report functions. A report function separates the business logic from presentation of the result. The function is called whenever JFreeReport changes its state while generating the report. The working model for the functions is based on cloning the state of the function on certain checkpoints to support the ReportState implementation of JFreeReport.
Although functions support the ReportListener interface, they are not directly added to a report. A report FunctionCollection is used to control the functions. Functions are required to be cloneable.
@author Thomas Morgner
-
org.pirkaengine.core.expression.Function
関数クラス.
@author shuji.w6e
@since 0.1.0
-
org.qi4j.functional.Function
Generic function interface to map from one type to another. This can be used with the Iterables methods to transform lists of objects.
@param < From>
@param < To>
-
org.rendersnake.js.Function
-
org.sf.feeling.swt.win32.extension.function.Function
Win32 dll function utility class.
@author
cnfree
-
org.sonar.api.issue.action.Function
@since 3.6
-
org.springframework.data.repository.query.spi.Function
Value object to represent a function. Can either be backed by a static {@link Method} invocation (see{@link #Function(Method)}) or a method invocation on an instance (see {@link #Function(Method,Object)}.
@author Thomas Darimont
@author Oliver Gierke
@since 1.9
-
org.springframework.data.solr.core.query.Function
@author Christoph Strobl
@since 1.1
-
org.springmodules.validation.valang.functions.Function
A function is an implementation that returns a value based on one of more arguments. A function instance is created for each occurrence of the function in the validation language.
@author Steven Devijver
@since Apr 23, 2005
-
org.syrup.Function
The function of a Task that is executed by a Worker. A concrete implementation must be a stateless (pure) Function; the Result after execution must solely depend on the Context.
@author Robbert van Dalen
-
org.teiid.language.Function
Represents a function. A function has a name and 0..n Expressions that are parameters.
-
org.teiid.query.sql.symbol.Function
Represents a function in a sql statement. A function is a type of expression. Functions have a name and some arguments (0..n). Each argument is also an expression. After resolution, a function should have a type and a function descriptor.
-
org.zkoss.openlayers.util.Function
A Javascript Object
@author jumperchen
-
org.zkoss.xel.Function
Represents a XEL function.
@author tomyeh
@since 3.0.0
-
our.apache.commons.jxpath.Function
-
prefuse.data.expression.Function
rg">jeffrey heer
-
ptolemy.data.Function
The interface for functions contained by function tokens.
@author Xiaojun Liu, Steve Neuendorffer
@version $Id: Function.java,v 1.14 2007/12/07 06:31:17 cxh Exp $
@since Ptolemy II 4.0
@Pt.ProposedRating Yellow (liuxj)
@Pt.AcceptedRating Red (liuxj)
-
r.nodes.ast.Function
-
railo.transformer.bytecode.statement.udf.Function
-
swifu.main.Function
-
term02.m04_d27.functions.Function
-
tree.Function
The Class FunctionNode.
@author Anatoly Kondratyev
-
util.Function
-
webit.script.Function
Exported function.
@since 1.5.0
@author zqq
-
xbird.xquery.func.Function
@author Makoto YUI (yuin405+xbird@gmail.com)