Returns the descriptions of the registered analyses.
Returns the descriptions of the registered analyses. These descriptions are expected to be useful to the end-users.
Returns the ids of the registered analyses.
Returns the current view of the registry.
Returns the factory for analysis with a matching description.
Registers the factory of a fixpoint analysis that can be used to compute a specific (set of) property(ies).
Registers the factory of a fixpoint analysis that can be used to compute a specific (set of) property(ies).
A short description of the analysis and the properties that the analysis computes; in particular w.r.t. a specific set of entities.
The factory.
Registry for all factories for analyses that are implemented using the fixpoint computations framework (fpcf).
The registry primarily serves as a central container that can be queried by subsequent tools.
The analyses that are part of OPAL are already registered.
The registry does not handle dependencies between analyses yet.
Thread Safety
The registry is thread safe.