object
Predicates for generating all supported diagrams for libraries, directories, or files in one step using the specified format.
Paulo Moura
2.3
2016/5/7
static, context_switching_calls
(no dependencies on other entities)
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
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
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
Creates all supported diagrams for all loaded libraries using the specified options.
static
all_libraries(Options)
all_libraries(+list(compound)) – one
Creates all supported diagrams for all loaded libraries using default options.
static
all_libraries – one
Creates all supported diagrams for a library and its sub-libraries using the specified options.
static
rlibrary(Library,Options)
rlibrary(+atom,+list(compound)) – one
Creates all supported diagrams for a library and its sub-libraries using default options.
static
rlibrary(Library)
rlibrary(+atom) – one
Creates all supported diagrams for a library using the specified options.
static
library(Library,Options)
library(+atom,+list(compound)) – one
Creates all supported diagrams for a library using default options.
static
library(Library)
library(+atom) – one
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
Creates a diagram 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
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
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
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
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
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
Creates a diagram 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
Creates all supported diagrams for all loaded files using the specified options.
static
all_files(Options)
all_files(+list(compound)) – one
Creates all supported diagrams for all loaded files using default options.
static
all_files – one
(none)
(none)