Factory:org.bzdev.devqsim.TraceSetFactory
Parameter Types
(optional keytype)
(value type)
Range RV Mode Add/Set
level
Level
int [-1, ∞] false set
The trace/debug level
stackTraceLimit
int [0, ∞] false set
The maximum number of stack frames to show (0 => no limit)
stackTraceMode
Stacktrace Mode
boolean N/A false set
true if a stack trace should be printed along with a trace; false otherwise
timeline
Timeline
int N/A false add
Timeline entries (use only to clear)
This is an integer-keyed set of values that define changes in an object's configuration. Subclasses may provide additional timeline parameters.
timeline.level
Level
int
java.lang.Integer
[-1, ∞] false set
A timeline entry giving the trace/debug level
timeline.stackTraceLimit
Stacktrace Limit
int
java.lang.Integer
[0, ∞] false set
A timeline entry giving the maximum number of stack frames to show (0 => no limit)
timeline.stackTraceMode
Stacktrace Mode
int
java.lang.Boolean
N/A false set
A timeline entry that is true if a stack trace should be printed along with a trace; false otherwise
timeline.time
Time
int
java.lang.Double
[-∞, ∞] false set
The time for a timeline entry
This parameter must be provided if a timeline entry exists. The units are those used by the double-precession time unit for the simulation (for animations, this is generally seconds).