Class Trace

  • All Implemented Interfaces:
    java.io.Serializable , jline.lang.Copyable

    
    public class Trace
    extends Replayer
                        

    Alias for the Replayer class

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Trace(Object data) Creates a new trace from the specified data.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Method Detail