Package jline.lang.processes
Class Trace
java.lang.Object
jline.lang.processes.Distribution
jline.lang.processes.Replayer
jline.lang.processes.Trace
- All Implemented Interfaces:
Serializable,Copyable
Alias for the Replayer class
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jline.lang.processes.Replayer
evalCDF, evalLST, fitAPH, getData, getFileName, getMean, getRate, getSCV, getSkewness, getVar, isNHPP, sample, sampleMethods inherited from class jline.lang.processes.Distribution
evalLST, evalProbInterval, getName, getNumParams, getNumParams, getParam, getParam, getParams, getSupport, hasParam, isContinuous, isDisabled, isDiscrete, isImmediate, isMarkovian, mean, name, numParams, param, rate, scv, setNumParams, setParam, skewness, support, var
-
Constructor Details
-
Trace
Creates a new trace from the specified data. The trace acts as a replayer for the provided data sequence.- Parameters:
data- the trace data to be replayed
-
-
Method Details
-
getFeatureName
"Trace", not the inherited "Replayer". getName() stays "Replayer" because it resolves the ProcessType and the JSON wire type, and a Trace replays samples exactly as a Replayer does. The registry name is what makes the Trace entry reachable; a solver that declares only "Replayer" still accepts the model, through theFeatureSetgeneralization table.- Overrides:
getFeatureNamein classDistribution- Returns:
- the FeatureSet entry naming this distribution
-