category

library_diagram(Format)

  • Format - Graph language file format.

Common predicates for generating library diagrams.

Availability:
logtalk_load(diagrams(loader))
Author: Paulo Moura
Version: 2:16:0
Date: 2022-05-23
Compilation flags:
static
Extends:
Uses:
Remarks:
(none)

Public predicates

(no local declarations; see entity ancestors if any)

Protected predicates

add_library_documentation_url/4

Adds a documentation URL when using the option url_prefixes/2.

Compilation flags:
static
Template:
add_library_documentation_url(Kind,Options,Library,NodeOptions)
Mode and number of proofs:
add_library_documentation_url(+atom,+list(compound),+atom,-list(compound)) - one

remember_included_library/2

Remember included Logtalk library in the diagram.

Compilation flags:
static
Template:
remember_included_library(Library,Path)
Mode and number of proofs:
remember_included_library(+atom,+atom) - one

remember_referenced_logtalk_library/2

Remember referenced Logtalk library in the diagram.

Compilation flags:
static
Template:
remember_referenced_logtalk_library(Library,Path)
Mode and number of proofs:
remember_referenced_logtalk_library(+atom,+atom) - one

remember_referenced_prolog_library/2

Remember referenced Prolog library in the diagram.

Compilation flags:
static
Template:
remember_referenced_prolog_library(Library,Path)
Mode and number of proofs:
remember_referenced_prolog_library(+atom,+atom) - one

Private predicates

included_library_/2

Table of Logtalk libraries already included in the diagram.

Compilation flags:
dynamic
Template:
included_library_(Library,Path)
Mode and number of proofs:
included_library_(?atom,?atom) - zero_or_more

referenced_logtalk_library_/2

Table of referenced Logtalk libraries in the diagram.

Compilation flags:
dynamic
Template:
referenced_logtalk_library_(Library,Path)
Mode and number of proofs:
referenced_logtalk_library_(?atom,?atom) - zero_or_more

referenced_prolog_library_/2

Table of referenced Prolog libraries in the diagram.

Compilation flags:
dynamic
Template:
referenced_prolog_library_(Library,Path)
Mode and number of proofs:
referenced_prolog_library_(?atom,?atom) - zero_or_more

Operators

(none)