Strabon

log

age author description
2013-03-29 Babis Nikolaou removed unneeded methods that are already provided by HTTPClient from SpatialEndpoint
2013-03-29 Babis Nikolaou added an Endpoint interface moving all methods of SpatialEndpoint interface to it and used generics for the RDF format. Now SpatialEndpoint is an abstract class implementing the Endpoint interface instantiating the RDF format template with the stSPARQLQueryResultsFormat class. Replaced SpatialEndpointImpl by HTTPClient which undertakes the initialization of HttpClient which then can be used for making HTTP connections.
2013-03-28 Babis Nikolaou changed StrabonEndpoint interface in strabon-endpoint-client to accommodate the case of storing RDF data in named graphs (addresses bug #28)
2013-03-28 Konstantina Bereta In the N-Quads format, the fourth element is *optional*. Made respective modifications and added teststemporals
2013-03-28 Konstantina Bereta made the respective changes also for the endpointtemporals
2013-03-28 Konstantina Bereta 1)suspected there was an error when storing many NQUAD statements as string. It could not be reproduced but some related tests were added. 2) rewritten triples are now stored immediately as they are created to avoid the respective cost in memorytemporals
2013-03-27 Konstantina Bereta merge with defaulttemporals
2013-03-27 Konstantina Bereta mergetemporals
2013-03-27 Konstantina Bereta before mergetemporals
2013-03-28 Babis Nikolaou minor changes in runChain script
2013-03-27 Kallirroi Dogani fixed Ticket #24: sfCrosses, sfOverlaps, ehOverlaps functions follow now the same approach as stSPARQL (ST_Relate PostGIS function is not used in these cases)
2013-03-27 Kostis Kyzirakos Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.MonetDB
2013-03-27 Kostis Kyzirakos Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.temporals
2013-03-26 Babis Nikolaou corrected identation in runChain.sh script
2013-03-26 Babis Nikolaou fixed bug #33