Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

F

FALSE - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
FillBuff() - Method in class org.da.sparqlhelper.sparql.parser.ast.JavaCharStream
 
Filter - Class in org.da.sparqlhelper.sparql.model
Represent a FILTER construct.
Filter() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
 
FILTER - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
FilterOrBind() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
 
filters - Variable in class org.da.sparqlhelper.sparql.model.AbstractSparqlRequest
 
FIRST - Static variable in class org.da.sparqlhelper.sparql.parser.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
FLOAT - Static variable in class org.da.sparqlhelper.sparql.parser.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#float
Floor() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
 
FLOOR - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
FormExpressionType - Interface in org.da.sparqlhelper.sparql.model
 
formExpressionTypeAsString() - Method in class org.da.sparqlhelper.sparql.model.DeleteForm
 
formExpressionTypeAsString() - Method in class org.da.sparqlhelper.sparql.model.InsertForm
 
formExpressionTypeAsString() - Method in interface org.da.sparqlhelper.sparql.model.ISparqlFormExpression
 
formExpressionTypeAsString() - Method in class org.da.sparqlhelper.sparql.model.SelectForm
 
formExpressionTypeAsString() - Method in class org.da.sparqlhelper.sparql.model.WhereForm
 
FROM - Static variable in interface org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilderConstants
RegularExpression Id.
FUNCTION_ABS - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The ABS function.
FUNCTION_BOUND - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The BOUND function.
FUNCTION_CEIL - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The CEIL function.
FUNCTION_COALESCE - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The COALESCE function.
FUNCTION_CONCAT - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The CONCAT function.
FUNCTION_CONTAINS - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The CONTAINS function.
FUNCTION_COUNT - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The COUNT function.
FUNCTION_CUSTOM - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
Used for a custom function.
FUNCTION_EXISTS - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The EXISTS function.
FUNCTION_FLOOR - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The FLOOR function.
FUNCTION_IF - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The IF function.
FUNCTION_IN - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The IN function.
FUNCTION_ISIRI - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The isIRI function.
FUNCTION_ISLITERAL - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The isLiteral function.
FUNCTION_ISNUMERIC - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The ISNUMERIC function.
FUNCTION_ISURI - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The isURI function.
FUNCTION_MAX - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The MAX function.
FUNCTION_MIN - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The MIN function.
FUNCTION_NOT_EXISTS - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The NOT EXISTS function.
FUNCTION_NOTIN - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The NOT IN function.
FUNCTION_REGEX - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The regex function.
FUNCTION_REPLACE - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The REPLACE function.
FUNCTION_ROUND - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The ROUND function.
FUNCTION_SAMETERM - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The sameTerm function.
FUNCTION_STR - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The STR function.
FUNCTION_STRENDS - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The STRENDS function.
FUNCTION_STRLEN - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The STRLEN function.
FUNCTION_STRSTARTS - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The STRSTARTS function.
FUNCTION_SUBSTR - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The SUBSTR function.
FUNCTION_SUM - Static variable in interface org.da.sparqlhelper.sparql.model.expressions.FunctionTypes
The SUM function.
FunctionCall() - Method in class org.da.sparqlhelper.sparql.parser.ast.SyntaxTreeBuilder
 
FunctionExpression - Class in org.da.sparqlhelper.sparql.model.expressions
Represent a function expression appearing in a BIND, FILTER, or COALESCE construct.
FunctionExpression(short) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(List<Expression>, short) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(short, Expression...) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(List<Expression>, String) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(String, Expression...) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(List<Expression>, String, String) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(String, String, Expression...) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(String) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionExpression(String, String) - Constructor for class org.da.sparqlhelper.sparql.model.expressions.FunctionExpression
 
FunctionTypes - Interface in org.da.sparqlhelper.sparql.model.expressions
The function types.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence