File "api/ag_process.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_process |
size: | 6434 |
Recent changes
3 years ago | Jacco van Ossenbruggen | FIX: try to fix the broken old change publish_ ... |
4 years, 8 months ago | Jacco van Ossenbruggen | FIXED: sort_align renaming |
4 years, 8 months ago | Jacco van Ossenbruggen | rdf11 |
10 years ago | Jacco van Ossenbruggen | IMPROVED: make flushing of stats cache depeden ... |
10 years ago | Jacco van Ossenbruggen | REFACTORING: private fix_not_expanded_options/ ... |
This file requires
- From packages
- ag_provenance.pl: provenance_graph/2, update_amalgame_prov/2
- ag_strategy.pl: strategy_delete_node/2, strategy_new_process/9, strategy_update_node/3, strategy_update_process_parameters/4
- caching.pl: flush_dependent_caches/2, flush_expand_cache/1, flush_refs_cache/1
- expand_graph.pl: precompute_node/2, precompute_process/2
- json_util.pl: js_focus_node/3, js_strategy_nodes/2
- rdf_util.pl: rdf_expand_uri_values/2
- From ClioPatria
- user(user_db) resolved by
- user_db.pl: authorized/1
- user(user_db) resolved by
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2, http_parameters/3
- library(lists) resolved by
- lists.pl: member/2, subtract/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf/4, rdf_update/4, rdf_assert/4, rdf_retractall/4, rdf_transaction/1, rdf_unload_graph/1
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_individual_of/2
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(http/http_dispatch) resolved by
Required predicates
- authorized/1 from user(user_db)
- flush_dependent_caches/2 from caching.pl
- flush_expand_cache/1 from caching.pl
- flush_refs_cache/1 from caching.pl
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- http_parameters/3 from library(http/http_parameters)
- js_focus_node/3 from json_util.pl
- js_strategy_nodes/2 from json_util.pl
- member/2 from library(lists)
- option/2 autoloaded
- precompute_node/2 from expand_graph.pl
- precompute_process/2 from expand_graph.pl
- provenance_graph/2 from ag_provenance.pl
- rdf/4 from library(semweb/rdf11)
- rdf_assert/4 from library(semweb/rdf11)
- rdf_expand_uri_values/2 from rdf_util.pl
- rdf_retractall/4 from library(semweb/rdf11)
- rdf_transaction/1 from library(semweb/rdf11)
- rdf_unload_graph/1 from library(semweb/rdf11)
- rdf_update/4 from library(semweb/rdf11)
- rdfs_individual_of/2 from library(semweb/rdfs)
- reply_json/1 from library(http/http_json)
- setting/2 from library(settings)
- setting/4 from library(settings)
- strategy_delete_node/2 from ag_strategy.pl
- strategy_new_process/9 from ag_strategy.pl
- strategy_update_node/3 from ag_strategy.pl
- strategy_update_process_parameters/4 from ag_strategy.pl
- subtract/3 from library(lists)
- update_amalgame_prov/2 from ag_provenance.pl