mhgrove / cp-openrdf-utils

Utility classes for working with the OpenRdf API.
Apache License 2.0
9 stars 9 forks source link

need a better value expression api for the query builder #2

Closed mhgrove closed 9 years ago

mhgrove commented 14 years ago

not really a fluent api like the rest of the builder stuff, which is not ideal. but this is tricky given how value expressions can be nested. a fluent api can be had, but it doesnt mean the code will be readable, which is a goal for the api.

mhgrove commented 9 years ago

this code was donated to Sesame