Uses of Class
org.processmining.models.graphbased.directed.petrinet.configurable.impl.ParameterizedIntegerFeature

Packages that use ParameterizedIntegerFeature
org.processmining.models.graphbased.directed.petrinet.configurable.elements   
org.processmining.plugins.petrinet.configurable.ui.impl   
 

Uses of ParameterizedIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.elements
 

Subclasses of ParameterizedIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.elements
 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.
 

Uses of ParameterizedIntegerFeature in org.processmining.plugins.petrinet.configurable.ui.impl
 

Constructors in org.processmining.plugins.petrinet.configurable.ui.impl with parameters of type ParameterizedIntegerFeature
ParameterizedIntegerFeature_UI(javax.swing.JComponent root, ParameterizedIntegerFeature<T> feature, int line_height)