File "components/amalgame/controls.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_controls |
size: | 7003 |
Recent changes
4 years, 8 months ago | Jacco van Ossenbruggen | REFACTORING: map.pl into correspondence.pl and ... |
4 years, 9 months ago | Jacco van Ossenbruggen | controls -> rdf11 |
10 years ago | Jacco van Ossenbruggen | FIXED: enabling/disabling controls |
10 years ago | Jacco van Ossenbruggen | FIXED: make sure currently selected node info ... |
10 years ago | Jacco van Ossenbruggen | IMPROVED: activate/disable controls in UI |
This file requires
- From packages
- util.pl: html_options/4, html_parameter_form/3
- amalgame_modules.pl: amalgame_module_parameters/2, amalgame_module_property/2, amalgame_modules_of_type/2
- mapping_graph.pl: status_option/1, supported_map_relations/1
- From the Prolog library
- library(http/html_write) resolved by
- html_write.pl: html/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf_has/3
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_subclass_of/2
- library(http/html_write) resolved by
Exported predicates
- html_controls/2
Required predicates
- amalgame_module_parameters/2 from amalgame_modules.pl
- amalgame_module_property/2 from amalgame_modules.pl
- amalgame_modules_of_type/2 from amalgame_modules.pl
- html/3 from library(http/html_write)
- html_options/4 from util.pl
- html_parameter_form/3 from util.pl
- rdf_has/3 from library(semweb/rdf11)
- rdfs_subclass_of/2 from library(semweb/rdfs)
- status_option/1 from mapping_graph.pl
- supported_map_relations/1 from mapping_graph.pl