Uses of Class
org.processmining.models.graphbased.directed.petrinet.configurable.impl.ConfigurableIntegerFeature
-
-
Uses of ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.elements
Subclasses of ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.elements Modifier and Type Class Description classConfigurableArcWeightConfigurable arc to determine arc weights.classConfigurablePlaceMarkingclassParameterizedArcConfigurable 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 ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.impl
Subclasses of ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.impl Modifier and Type Class Description classParameterizedIntegerFeature<T extends org.processmining.models.graphbased.directed.DirectedGraphElement>An abstract implementation of aParameterizedFeatureranging overInteger -
Uses of ConfigurableIntegerFeature in org.processmining.plugins.petrinet.configurable.ui.impl
Methods in org.processmining.plugins.petrinet.configurable.ui.impl that return ConfigurableIntegerFeature Modifier and Type Method Description ConfigurableIntegerFeature<Arc>ConfigurableIntegerFeature_UI.ConfigurableArcWeightFeature_UI. getConfigured()ConfigurableIntegerFeature<Place>ConfigurableIntegerFeature_UI.ConfigurablePlaceMarkingFeature_UI. getConfigured()Constructors in org.processmining.plugins.petrinet.configurable.ui.impl with parameters of type ConfigurableIntegerFeature Constructor Description ConfigurableArcWeightFeature_UI(javax.swing.JComponent root, ConfigurableIntegerFeature<Arc> feature, int line_height)ConfigurableIntegerFeature_UI(javax.swing.JComponent root, ConfigurableIntegerFeature<T> feature, int line_height)ConfigurablePlaceMarkingFeature_UI(javax.swing.JComponent root, ConfigurableIntegerFeature<Place> feature, int line_height)
-