Package | Description |
---|---|
org.processmining.stream.model.datastructure.decay |
Modifier and Type | Method and Description |
---|---|
DecayFunction.Type |
BackwardExponentialDecayFunctionImpl.getType() |
DecayFunction.Type |
DecayFunction.getType() |
DecayFunction.Type |
ForwardExponentialDecayFunction.getType() |
static DecayFunction.Type |
DecayFunction.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecayFunction.Type[] |
DecayFunction.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|