Package jline.lang.processes
Class Trace
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class jline.lang.processes.Replayer
evalCDF, evalLST, fitAPH, getFileName, getMean, getRate, getSCV, getSkewness, getVar, sample, sample
-
Methods inherited from class jline.lang.processes.Distribution
evalProbInterval, getName, getNumParams, getParam, getSupport, isContinuous, isDisabled, isDiscrete, isImmediate, isMarkovian, mean, name, numParams, param, rate, scv, setNumParams, setParam, skewness, support, var
-
Methods inherited from class jline.lang.Copyable
copy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Trace
Trace(Object data)
Creates a new trace from the specified data.- Parameters:
data
- the trace data to be replayed
-
-
-
-