File "lib/accurator/accurator_user.pl"[download]
| in pack: | accurator | 
|---|---|
| Prolog module: | accurator_user | 
| size: | 3495 | 
Recent changes
| 10 years ago | Chris Dijkshoorn | Added api for retrieving attributes user profile. | 
| 10 years ago | Chris Dijkshoorn | Errorless user check! | 
| 10 years ago | Chris Dijkshoorn | Filter already annotated from random list. | 
| 11 years ago | Chris Dijkshoorn | Saving user values as atoms instead of strings. | 
| 11 years ago | Chris Dijkshoorn | User related functions are now sepperated in A ... | 
This file requires
- From ClioPatria
- user(user_db) resolved by
- user_db.pl: user_add/2, set_user_property/2, user_property/2, current_user/1, logged_on/1, password_hash/2
 
 
- user(user_db) resolved by
- From the Prolog library
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/3
 
- library(http/http_json) resolved by
- http_json.pl: reply_json_dict/1, http_read_json_dict/2
 
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3, rdf_register_prefix/2
 
 
- library(http/html_write) resolved by
Exported predicates
- get_annotated/2
- get_annotated_user/2
- get_attribute/3
- get_user/1
- get_user_info/1
- get_user_settings/1
- register_user/1
- save_user_info/1
Required predicates
- current_user/1 from user(user_db)
- http_read_json_dict/2 from library(http/http_json)
- logged_on/1 from user(user_db)
- option/2 autoloaded
- password_hash/2 from user(user_db)
- rdf/3 from library(semweb/rdf_db)
- rdf_register_prefix/2 from library(semweb/rdf_db)
- reply_html_page/3 from library(http/html_write)
- reply_json_dict/1 from library(http/http_json)
- set_user_property/2 from user(user_db)
- user_add/2 from user(user_db)
- user_property/2 from user(user_db)
