|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.elements |
---|
Subclasses of ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.elements | |
---|---|
class |
ConfigurableArcWeight
Configurable arc to determine arc weights. |
class |
ConfigurablePlaceMarking
Configures the number of tokens on a Place on the initial marking of
a Petrinet . |
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 ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.impl |
---|
Subclasses of ConfigurableIntegerFeature in org.processmining.models.graphbased.directed.petrinet.configurable.impl | |
---|---|
class |
ParameterizedIntegerFeature<T extends DirectedGraphElement>
An abstract implementation of a ParameterizedFeature ranging over Integer |
Uses of ConfigurableIntegerFeature in org.processmining.plugins.petrinet.configurable.ui.impl |
---|
Methods in org.processmining.plugins.petrinet.configurable.ui.impl that return ConfigurableIntegerFeature | |
---|---|
ConfigurableIntegerFeature<Place> |
ConfigurableIntegerFeature_UI.ConfigurablePlaceMarkingFeature_UI.getConfigured()
|
ConfigurableIntegerFeature<Arc> |
ConfigurableIntegerFeature_UI.ConfigurableArcWeightFeature_UI.getConfigured()
|
Constructors in org.processmining.plugins.petrinet.configurable.ui.impl with parameters of type ConfigurableIntegerFeature | |
---|---|
ConfigurableIntegerFeature_UI.ConfigurableArcWeightFeature_UI(javax.swing.JComponent root,
ConfigurableIntegerFeature<Arc> feature,
int line_height)
|
|
ConfigurableIntegerFeature_UI.ConfigurablePlaceMarkingFeature_UI(javax.swing.JComponent root,
ConfigurableIntegerFeature<Place> feature,
int line_height)
|
|
ConfigurableIntegerFeature_UI(javax.swing.JComponent root,
ConfigurableIntegerFeature<T> feature,
int line_height)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |