object
entity_diagram(Format)ï
Format- Graph language file format.
Predicates for generating entity diagrams in the specified format with both inheritance and cross-referencing relation edges.
logtalk_load(diagrams(loader))static, context_switching_callsPublic predicatesï
file/2ï
Creates a diagram for all entities in a loaded source file using the specified options. The file can be specified by name, basename, full path, or using library notation.
staticfile(File,Options)file(+atom,+list(compound)) - onefile/1ï
Creates a diagram for all entities in a loaded source file using default options. The file can be specified by name, basename, full path, or using library notation.
staticfile(File)file(+atom) - oneProtected predicatesï
(no local declarations; see entity ancestors if any)
Private predicatesï
included_entity_/1ï
Table of Logtalk entities already included in the diagram.
dynamicincluded_entity_(Entity)included_entity_(?entity_identifier) - zero_or_moreincluded_module_/1ï
Table of Prolog modules already included in the diagram.
dynamicincluded_module_(Module)included_module_(?module_identifier) - zero_or_morereferenced_entity_/2ï
Table of referenced Logtalk entities in the diagram.
dynamicreferenced_entity_(Referencer,Entity)referenced_entity_(?entity_identifier,?entity_identifier) - zero_or_morereferenced_module_/2ï
Table of referenced Logtalk entities in the diagram.
dynamicreferenced_module_(Referencer,Entity)referenced_module_(?entity_identifier,?module_identifier) - zero_or_moreOperatorsï
(none)