org.openrdf.query.algebra

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » sesame » org.openrdf.query.algebra 
org.openrdf.query.algebra
Query Algebra
Java Source File NameTypeComment
AggregateOperator.javaInterface An operator that returns aggregates values.
And.javaClass A boolean AND operator operating on two boolean expressions.
BinaryTupleOperator.javaClass An abstract superclass for binary tuple operators which, by definition, has two arguments.
BinaryValueOperator.javaClass An abstract superclass for binary value operators which, by definition, has two arguments.
BNodeGenerator.javaClass A BNode generator, which generates a new BNode for each new call to BNodeGenerator.getValue .
Bound.javaClass The BOUND function, as defined in SPARQL Query Language for RDF; checks if a variable is bound.
Compare.javaClass A comparison between two values.
CompareAll.javaClass
CompareAny.javaClass
CompareSubQueryValueOperator.javaClass
Count.javaClass
Datatype.javaClass The DATATYPE function, as defined in SPARQL Query Language for RDF.
Difference.javaClass The MINUS set operator, which returns the result of the left tuple expression, except for the results that are also returned by the right tuple expression.
Distinct.javaClass
EmptySet.javaClass A tuple expression that contains zero solutions.
Exists.javaClass Checks whether the wrapped Query produces any results.
Extension.javaClass An extension operator that can be used to add bindings to solutions whose values are defined by ValueExpr value expressions .
ExtensionElem.javaClass
Filter.javaClass The FILTER operator, as defined in SPARQL Query Language for RDF.
FunctionCall.javaClass A call to an (external) function that operates on zero or more arguments.
Group.javaClass A tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.
GroupElem.javaClass A tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.
In.javaClass Checks whether a certain value is contained in a set of results produced by a query.
Intersection.javaClass The INTERSECT set operator, which returns the intersection of the result sets of two tuple expressions.
IsBNode.javaClass
IsLiteral.javaClass
IsResource.javaClass
IsURI.javaClass
Join.javaClass A natural join between two tuple expressions.
Label.javaClass The LABEL function, which selects the label of literals.
Lang.javaClass The LANG function, as defined in SPARQL Query Language for RDF.
LangMatches.javaClass Checks whether a language tag (e.g.
LeftJoin.javaClass The LeftJoin operator, as defined in SPARQL Query Language for RDF.
Like.javaClass Compares the string representation of a value expression to a pattern.
LocalName.javaClass The LOCAL NAME function, which selects the local name of URIs.
MathExpr.javaClass A mathematical expression consisting an operator and two arguments.
Max.javaClass
Min.javaClass
MultiProjection.javaClass A "multi-projection" that can produce multiple solutions from a single set of bindings.
Namespace.javaClass The NAMESPACE function, which selects the namespace of URIs.
Not.javaClass A boolean NOT operator operating on a boolean expressions.
Or.javaClass A boolean OR operator operating on two boolean expressions.
Order.javaClass An order operator that can be used to order bindings as specified by a set of value expressions.
OrderElem.javaClass
Projection.javaClass A generalized projection (allowing the bindings to be renamed) on a tuple expression.
ProjectionElem.javaClass
ProjectionElemList.javaClass
QueryModelNode.javaInterface Main interface for all query model nodes.
QueryModelNodeBase.javaClass Base implementation of QueryModelNode .
QueryModelVisitor.javaInterface An interface for query model visitors, implementing the Visitor pattern.
QueryRoot.javaClass A semantics-less query model node that is used as the root of query model trees.
Regex.javaClass Compares the string representation of a value expression to a pattern.
SameTerm.javaClass Checks RDF term equality.
SingletonSet.javaClass A tuple expression that contains exactly one solution with zero bindings.
Slice.javaClass The SLICE operator, as defined in SPARQL Query Language for RDF.
StatementPattern.javaClass A tuple expression that matches a statement pattern against an RDF graph.
Str.javaClass The STR function, as defined in SPARQL Query Language for RDF; returns the label of literals or the string representation of URIs.
SubQueryValueOperator.javaClass
TupleExpr.javaInterface An expression that evaluates to RDF tuples.
UnaryTupleOperator.javaClass An abstract superclass for unary tuple operators which, by definition, has one argument.
UnaryValueOperator.javaClass An abstract superclass for unary value operators which, by definition, has one argument.
Union.javaClass The UNION set operator, which return the union of the result sets of two tuple expressions.
ValueConstant.javaClass A ValueExpr with a constant value.
ValueExpr.javaInterface An expressions that evaluates to Value objects.
Var.javaClass A variable that can contain a Value.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.