object
diagrams(Format)
ï
Format
- Graph language file format.
Predicates for generating all supported diagrams for libraries, directories, or files in one step using the specified format.
logtalk_load(diagrams(loader))
static, context_switching_calls
Common options:
title/1
,date/1
,output_directory/1
,relation_labels/1
,node_type_captions/1
,exclude_files/1
,exclude_libraries/1
,url_prefixes/1
,omit_path_prefix/1
,entity_url_suffix_target/2
, andlayout/1
.Limitations: Some of the provided predicates only make sense for some types of diagrams. Also, fine tuning may require generating individual diagrams directly instead of as a batch using this utility object.
Public predicatesï
libraries/3
ï
Creates all supported diagrams for a set of libraries using the specified options. The Project
argument is used as a prefix for the diagram file names.
static
libraries(Project,Libraries,Options)
libraries(+atom,+list(atom),+list(compound))
- one
libraries/2
ï
Creates all supported diagrams for a set of libraries using the default options. The Project
argument is used as a prefix for the diagram file names.
static
libraries(Project,Libraries)
libraries(+atom,+list(atom))
- one
libraries/1
ï
Creates all supported diagrams for a set of libraries using the default options. The prefix libraries
is used for the diagram file names.
static
libraries(Libraries)
libraries(+list(atom))
- one
all_libraries/1
ï
Creates all supported diagrams for all loaded libraries using the specified options.
static
all_libraries(Options)
all_libraries(+list(compound))
- one
all_libraries/0
ï
Creates all supported diagrams for all loaded libraries using default options.
static
all_libraries
- one
rlibrary/2
ï
Creates all supported diagrams for a library and its sub-libraries using the specified options.
static
rlibrary(Library,Options)
rlibrary(+atom,+list(compound))
- one
rlibrary/1
ï
Creates all supported diagrams for a library and its sub-libraries using default options.
static
rlibrary(Library)
rlibrary(+atom)
- one
library/2
ï
Creates all supported diagrams for a library using the specified options.
static
library(Library,Options)
library(+atom,+list(compound))
- one
library/1
ï
Creates all supported diagrams for a library using default options.
static
library(Library)
library(+atom)
- one
directories/3
ï
Creates all supported diagrams for a set of directories using the specified options. The Project
argument is used as a prefix for the diagram file names.
static
directories(Project,Directories,Options)
directories(+atom,+list(atom),+list(compound))
- one
directories/2
ï
Creates all supported diagrams for a directory using default options. The Project
argument is used as a prefix for the diagram file names.
static
directories(Project,Directories)
directories(+atom,+list(atom))
- one
rdirectory/3
ï
Creates all supported diagrams for a directory and its sub-directories using the specified options. The Project
argument is used as a prefix for the diagram file name.
static
rdirectory(Project,Directory,Options)
rdirectory(+atom,+atom,+list(compound))
- one
rdirectory/2
ï
Creates all supported diagrams for a directory and its sub-directories using default options. The Project
argument is used as a prefix for the diagram file name.
static
rdirectory(Project,Directory)
rdirectory(+atom,+atom)
- one
rdirectory/1
ï
Creates all supported diagrams for a directory and its sub-directories using default options. The name of the directory is used as a prefix for the diagram file name.
static
rdirectory(Directory)
rdirectory(+atom)
- one
directory/3
ï
Creates all supported diagrams for a directory using the specified options. The Project
argument is used as a prefix for the diagram file names.
static
directory(Project,Directory,Options)
directory(+atom,+atom,+list(compound))
- one
directory/2
ï
Creates all supported diagrams for a directory using default options. The Project
argument is used as a prefix for the diagram file names.
static
directory(Project,Directory)
directory(+atom,+atom)
- one
directory/1
ï
Creates all supported diagrams for a directory using default options. The name of the directory is used as a prefix for the diagram file names.
static
directory(Directory)
directory(+atom)
- one
files/3
ï
Creates all supported diagrams for a set of files using the specified options. The file can be specified by name, basename, full path, or using library notation. The Project argument is used as a prefix for the diagram file names.
static
files(Project,Files,Options)
files(+atom,+list(atom),+list(compound))
- one
files/2
ï
Creates all supported diagrams for a set of files using the default options. The file can be specified by name, basename, full path, or using library notation. The Project argument is used as a prefix for the diagram file names.
static
files(Project,Files)
files(+atom,+list(atom))
- one
files/1
ï
Creates all supported diagrams for a set of files using the default options. The file can be specified by name, basename, full path, or using library notation. The prefix âfilesâ is used for the diagram file names.
static
files(Files)
files(+list(atom))
- one
all_files/1
ï
Creates all supported diagrams for all loaded files using the specified options.
static
all_files(Options)
all_files(+list(compound))
- one
all_files/0
ï
Creates all supported diagrams for all loaded files using default options.
static
all_files
- one
Protected predicatesï
(no local declarations; see entity ancestors if any)
Private predicatesï
(no local declarations; see entity ancestors if any)
Operatorsï
(none)