Package | Description |
---|---|
org.processmining.stream.model.datastructure.reservoir |
Modifier and Type | Method and Description |
---|---|
static ReservoirParameterDefinition |
ReservoirParameterDefinition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReservoirParameterDefinition[] |
ReservoirParameterDefinition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReservoirImpl(java.util.Map<ReservoirParameterDefinition,DSParameter<?>> params) |