Uses of Enum
jline.VerboseLevel
Packages that use VerboseLevel
Package
Description
LINE - Queueing theory algorithms.
Input/output from the command line or XML files.
Solver superclasses and related data structures.
This package provides an implementation of SolverJMT.
-
Uses of VerboseLevel in jline
Fields in jline declared as VerboseLevelModifier and TypeFieldDescriptionstatic VerboseLevelGlobalConstants.VerboseGlobal verbosity level for solver outputMethods in jline that return VerboseLevelModifier and TypeMethodDescriptionstatic VerboseLevelGlobalConstants.getVerbose()Gets the current verbosity level.static VerboseLevelReturns the enum constant of this type with the specified name.static VerboseLevel[]VerboseLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline with parameters of type VerboseLevelModifier and TypeMethodDescriptionstatic voidGlobalConstants.setVerbose(VerboseLevel verbosity) Sets the verbosity level for solver output. -
Uses of VerboseLevel in jline.io
Methods in jline.io with parameters of type VerboseLevelModifier and TypeMethodDescriptionstatic voidInputOutput.line_debug(VerboseLevel verbose, String message) Print debug message if verbose level is DEBUG -
Uses of VerboseLevel in jline.solvers
Fields in jline.solvers declared as VerboseLevelMethods in jline.solvers with parameters of type VerboseLevelModifier and TypeMethodDescriptionSolverOptions.verbose(VerboseLevel s) Sets the verbosity level for solver output (builder pattern). -
Uses of VerboseLevel in jline.solvers.jmt
Methods in jline.solvers.jmt with parameters of type VerboseLevelModifier and TypeMethodDescriptionstatic voidSolverJMT.viewModel(String jmtPath, String filename, SolverJMT.ViewMode viewMode, VerboseLevel verboseLevel)