object
Predicates for generating all supported diagrams for libraries and files in one step using the specified format.
Paulo Moura
2.0
2014/11/3
static, context_switching_calls
(no dependencies on other files)
Creates all supported diagrams for a set of libraries using the specified options.
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.
static
libraries(Project,Libraries)
libraries(+atom,+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
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.
static
directories(Project,Directories,Options)
directories(+atom,+list(atom),+list(compound)) – one
Creates all supported diagrams for a set of directories using the default options.
static
directories(Project,Directories)
directories(+atom,+list(atom)) – one
Creates all supported diagrams for a directory using the specified options.
static
directory(Project,Directory,Options)
directory(+atom,+atom,+list(compound)) – one
Creates all supported diagrams for a directory using default options.
static
directory(Project,Directory)
directory(+atom,+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.
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.
static
files(Project,Files)
files(+atom,+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)