| Interface | Description |
|---|---|
| ConfigurableFeature<T extends org.processmining.models.graphbased.directed.DirectedGraphElement,F> |
A configurable feature of a graph element has input parameters and can be
executed based on the input parameters.
|
| ConfigurablePetrinet<NetType extends PetrinetGraph> |
Configurable Petri net that builds on top of an existing class of Petri nets specified
by parameter NetType.
|
| ParameterizedFeature<T extends ConfigurableParameter<?>> |
Groups several
ConfigurableFeatures into one parameterized feature. |
| Class | Description |
|---|---|
| ConfigurableFeatureFactory | |
| ConfigurableFeatureGroup |
A group of features that shall be configured together.
|
| ConfigurableParameter<F> |
A configurable parameter has a name (
ConfigurableParameter.getId()), a domain that is either given
as discrete enumeration or as a range of values in an interval, and a default value. |
| Configuration |
Configuration for features of a
ConfigurableFeatureGroup. |
| ConfigurationUtils |
Helper class for configurations.
|
| Exception | Description |
|---|---|
| InvalidConfigurationException |
Thrown in case of an invalid configuration.
|