pm4py.objects.random_variables.deterministic.random_variable module#
- class pm4py.objects.random_variables.deterministic.random_variable.Deterministic(value=0)[source]#
Bases:
BasicStructureRandomVariableDescribes a deterministic random variable
- read_from_string(distribution_parameters)[source]#
Initialize distribution parameters from string
- Parameters:
distribution_parameters – Current distribution parameters as exported on the Petri net
- get_transition_type()[source]#
Get the type of transition associated to the current distribution
- Returns:
String representing the type of the transition
- Return type:
transition_type
- get_distribution_type()[source]#
Get current distribution type
- Returns:
String representing the distribution type
- Return type:
distribution_type
- get_distribution_parameters()[source]#
Get a string representing distribution parameters
- Returns:
String representing distribution parameters
- Return type:
distribution_parameters
- get_value()[source]#
Get a random value following the distribution
- Returns:
Value obtained following the distribution
- Return type:
value