Object

org.opalj.fpcf

FPCFAnalysesRegistry

Related Doc: package fpcf

Permalink

object FPCFAnalysesRegistry

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.

Note

The registry does not handle dependencies between analyses yet.

Thread Safety

The registry is thread safe.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FPCFAnalysesRegistry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def analysisDescriptions(): Iterable[String]

    Permalink

    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.

  5. def analysisIDs(): Iterable[String]

    Permalink

    Returns the ids of the registered analyses.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def factories: Iterable[FPCFAnalysisRunner]

    Permalink

    Returns the current view of the registry.

  11. def factory(id: String): FPCFAnalysisRunner

    Permalink

    Returns the factory for analysis with a matching description.

  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def main(args: Array[String]): Unit

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def register(analysisID: String, analysisDescription: String, analysisFactory: String): Unit

    Permalink

    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).

    analysisDescription

    A short description of the analysis and the properties that the analysis computes; in particular w.r.t. a specific set of entities.

    analysisFactory

    The factory.

  21. def registerFromConfig(): Unit

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped