| Method Summary |
| |
__init__(self,
uri,
pb)
Cache constructor |
| |
dump(self,
path)
Dump graph on disk |
| |
filterPosts(self,
posts,
min,
max,
text)
Filter post from some conditions |
| |
getPost(self,
uri)
Get fields of a post |
| |
getPostAuthor(self,
post)
Get author of a post |
| |
getValueForPredicate(self,
subject,
predicate)
Get value of a predicate |
| |
hasValueForPredicate(self,
subject,
predicate)
Get if a predicate exists |
| |
loadAdditionalData(self)
Load additional data of a mailing list |
| |
loadMailingList(self,
uri)
Load a mailing list into a graph memory |
| |
orderByDate(self,
posts)
Order by date a list of posts |
| |
query(self)
Make a SPARQL query |
| |
__like(self,
text,
query)
Search words into a text |
| |
__listPosts(self)
List post at cache |
| |
__loadData(self,
uri)
Load data |