Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableFeatureGroup
A group of features that shall be configured together.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableArc
Configures a
PetrinetEdge to be present or absent in a Petrinet . |
class |
ConfigurableArcWeight
Configurable arc to determine arc weights.
|
class |
ConfigurablePlace
|
class |
ConfigurablePlaceMarking
|
class |
ConfigurableTransition
Configure a transition to be allowed, blocked, or skipped (see
ConfigurableGraphElementOption ). |
class |
ParameterizedArc
Configurable arc to determine arc weights based on an expression.
|
class |
ParameterizedPlaceMarking
Configures the number of tokens on a
Place in the initial marking
based on an expression. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableGraphElementFeature<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>
Abstract class to configure elements of a Petri net to be kept, removed, or
made invisible.
|
class |
ConfigurableIntegerFeature<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>
Abstract class describing a configurable feature of a node or arc expressed by a range of integer values.
|
class |
ParameterizedIntegerFeature<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>
An abstract implementation of a
ParameterizedFeature ranging over Integer |