Uses of Interface
org.processmining.models.graphbased.directed.petrinet.configurable.ParameterizedFeature
-
-
Uses of ParameterizedFeature in org.processmining.models.graphbased.directed.petrinet.configurable
Subinterfaces of ParameterizedFeature in org.processmining.models.graphbased.directed.petrinet.configurable Modifier and Type Interface Description interfaceConfigurableFeature<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.Classes in org.processmining.models.graphbased.directed.petrinet.configurable that implement ParameterizedFeature Modifier and Type Class Description classConfigurableFeatureGroupA group of features that shall be configured together. -
Uses of ParameterizedFeature in org.processmining.models.graphbased.directed.petrinet.configurable.elements
Classes in org.processmining.models.graphbased.directed.petrinet.configurable.elements that implement ParameterizedFeature Modifier and Type Class Description classConfigurableArcConfigures aPetrinetEdgeto be present or absent in aPetrinet.classConfigurableArcWeightConfigurable arc to determine arc weights.classConfigurablePlaceclassConfigurablePlaceMarkingclassConfigurableTransitionConfigure a transition to be allowed, blocked, or skipped (seeConfigurableGraphElementOption).classParameterizedArcConfigurable arc to determine arc weights based on an expression.classParameterizedPlaceMarkingConfigures the number of tokens on aPlacein the initial marking based on an expression. -
Uses of ParameterizedFeature in org.processmining.models.graphbased.directed.petrinet.configurable.impl
Classes in org.processmining.models.graphbased.directed.petrinet.configurable.impl that implement ParameterizedFeature Modifier and Type Class Description classConfigurableGraphElementFeature<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>Abstract class to configure elements of a Petri net to be kept, removed, or made invisible.classConfigurableIntegerFeature<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.classParameterizedIntegerFeature<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>An abstract implementation of aParameterizedFeatureranging overInteger
-