SimulationResult

class SimulationResult(*args)

EventSimulation result base class.

Notes

Structure created by the method run() of a EventSimulation, and obtained thanks to the method getResult().

Methods

getBlockSize()

Accessor to the block size.

getClassName()

Accessor to the object's name.

getName()

Accessor to the object's name.

getOuterSampling()

Accessor to the outer sampling.

getTimeDuration()

Accessor to the elapsed time.

hasName()

Test if the object is named.

setBlockSize(blockSize)

Accessor to the block size.

setName(name)

Accessor to the object's name.

setOuterSampling(outerSampling)

Accessor to the outer sampling.

setTimeDuration(time)

Accessor to the elapsed time.

__init__(*args)
getBlockSize()

Accessor to the block size.

Returns:
blockSizeint

Number of terms in the probability simulation estimator grouped together.

getClassName()

Accessor to the object’s name.

Returns:
class_namestr

The object class name (object.__class__.__name__).

getName()

Accessor to the object’s name.

Returns:
namestr

The name of the object.

getOuterSampling()

Accessor to the outer sampling.

Returns:
outerSamplingint

Number of groups of terms in the probability simulation estimator.

getTimeDuration()

Accessor to the elapsed time.

Returns:
timefloat

Simulation duration in seconds

hasName()

Test if the object is named.

Returns:
hasNamebool

True if the name is not empty.

setBlockSize(blockSize)

Accessor to the block size.

Parameters:
blockSizeint, blockSize \geq 0

Number of terms in the probability simulation estimator grouped together.

setName(name)

Accessor to the object’s name.

Parameters:
namestr

The name of the object.

setOuterSampling(outerSampling)

Accessor to the outer sampling.

Parameters:
outerSamplingint, outerSampling \geq 0

Number of groups of terms in the probability simulation estimator.

setTimeDuration(time)

Accessor to the elapsed time.

Parameters:
timefloat

Simulation duration in seconds