Uses of Enum Class
it.univr.di.Debug

Packages that use Debug
Package
Description
Contains the two packages that realize the framework for verifying the consistency/controllability of temporal constraint networks.
  • Uses of Debug in it.univr.di

    Subclasses with type arguments of type Debug in it.univr.di
    Modifier and Type
    Class
    Description
    enum 
    Contains the static final boolean for enable/disable debug logging in all it.univr.di subpackages.
    Methods in it.univr.di that return Debug
    Modifier and Type
    Method
    Description
    static Debug
    Debug.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Debug[]
    Debug.values()
    Returns an array containing the constants of this enum class, in the order they are declared.