Uses of Class
org.processmining.models.graphbased.directed.petrinet.configurable.ConfigurableParameter

Packages that use ConfigurableParameter
org.processmining.models.graphbased.directed.petrinet.configurable   
org.processmining.models.graphbased.directed.petrinet.configurable.elements   
org.processmining.models.graphbased.directed.petrinet.configurable.impl   
org.processmining.plugins.petrinet.configurable.ui   
org.processmining.plugins.petrinet.configurable.ui.impl   
org.processmining.plugins.pnml.extensions.configurations   
 

Uses of ConfigurableParameter in org.processmining.models.graphbased.directed.petrinet.configurable
 

Classes in org.processmining.models.graphbased.directed.petrinet.configurable with type parameters of type ConfigurableParameter
 interface ParameterizedFeature<T extends ConfigurableParameter<?>>
          Groups several ConfigurableFeatures into one parameterized feature.
 

Methods in org.processmining.models.graphbased.directed.petrinet.configurable that return types with arguments of type ConfigurableParameter
 java.util.List<ConfigurableParameter<F>> ConfigurableFeature.getInputParameters()
           
 java.util.List<ConfigurableParameter<?>> ConfigurableFeatureGroup.getInputParameters()
           
 java.util.List<ConfigurableParameter<?>> ConfigurableFeatureGroup.getInputParametersByName()
           
 

Methods in org.processmining.models.graphbased.directed.petrinet.configurable with parameters of type ConfigurableParameter
 void ConfigurableParameter.updateParameter(ConfigurableParameter<F> update)
          Update domain and value of this parameter by copying values from the given parameter.
 

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

Subclasses of ConfigurableParameter in org.processmining.models.graphbased.directed.petrinet.configurable.elements
 class ConfigurableArc
          Configures a PetrinetEdge to be present or absent in a Petrinet.
 class ConfigurableArcWeight
          Configurable arc to determine arc weights.
 class ConfigurablePlace
          Configures a Place to present or absent in a Petrinet.
 class ConfigurablePlaceMarking
          Configures the number of tokens on a Place on the initial marking of a Petrinet.
 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.
 

Constructor parameters in org.processmining.models.graphbased.directed.petrinet.configurable.elements with type arguments of type ConfigurableParameter
ParameterizedArc(Arc element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)
          Create a new parameterized marking of this place.
ParameterizedArc(java.lang.String id, Arc element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)
          Create a new parameterized marking of this place.
ParameterizedPlaceMarking(Place element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)
          Create a new parameterized marking of this place.
ParameterizedPlaceMarking(java.lang.String id, Place element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)
          Create a new parameterized marking of this place.
 

Uses of ConfigurableParameter in org.processmining.models.graphbased.directed.petrinet.configurable.impl
 

Subclasses of ConfigurableParameter in org.processmining.models.graphbased.directed.petrinet.configurable.impl
 class ConfigurableGraphElementFeature<T extends DirectedGraphElement>
          Abstract class to configure elements of a Petri net to be kept, removed, or made invisible.
 class ConfigurableIntegerFeature<T extends DirectedGraphElement>
          Abstract class describing a configurable feature of a node or arc expressed by a range of integer values.
 class ConfigurableParameterGraphElement
          A configurable parameter ranging over ConfigurableGraphElementOption.
 class ConfigurableParameterInteger
          A configurable parameter ranging over Integer.
 class ParameterizedIntegerFeature<T extends DirectedGraphElement>
          An abstract implementation of a ParameterizedFeature ranging over Integer
 

Methods in org.processmining.models.graphbased.directed.petrinet.configurable.impl that return ConfigurableParameter
 ConfigurableParameter<java.lang.Integer> ConfigurableIntegerFeature.getParameter()
           
 

Methods in org.processmining.models.graphbased.directed.petrinet.configurable.impl that return types with arguments of type ConfigurableParameter
 java.util.List<ConfigurableParameter<ConfigurableGraphElementOption>> ConfigurableGraphElementFeature.getInputParameters()
           
 java.util.List<ConfigurableParameter<java.lang.Integer>> ConfigurableIntegerFeature.getInputParameters()
           
 java.util.List<ConfigurableParameter<java.lang.Integer>> ParameterizedIntegerFeature.getInputParameters()
           
 java.util.List<ConfigurableParameter<ConfigurableGraphElementOption>> ConfigurableGraphElementFeature.getInputParametersByName()
           
 java.util.List<ConfigurableParameter<java.lang.Integer>> ConfigurableIntegerFeature.getInputParametersByName()
           
 java.util.List<ConfigurableParameter<java.lang.Integer>> ParameterizedIntegerFeature.getInputParametersByName()
           
 

Constructor parameters in org.processmining.models.graphbased.directed.petrinet.configurable.impl with type arguments of type ConfigurableParameter
ParameterizedIntegerFeature(java.lang.String id, T element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)
          Create a new parameterized feature for the given element.
 

Uses of ConfigurableParameter in org.processmining.plugins.petrinet.configurable.ui
 

Methods in org.processmining.plugins.petrinet.configurable.ui that return ConfigurableParameter
 ConfigurableParameter<F> ConfigureFeature_UI.getFeature()
           
 

Methods in org.processmining.plugins.petrinet.configurable.ui with parameters of type ConfigurableParameter
static ConfigureFeature_UI<?> ConfigureFeature_UI_Factory.getUIforFeature(java.lang.String label, ConfigurableParameter<?> feature)
           
 

Constructors in org.processmining.plugins.petrinet.configurable.ui with parameters of type ConfigurableParameter
ConfigureFeature_UI(ConfigurableParameter<F> parameter)
           
 

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

Methods in org.processmining.plugins.petrinet.configurable.ui.impl that return ConfigurableParameter
 ConfigurableParameter<java.lang.Integer> ParameterizedIntegerFeature_UI.IntegerParameter_UI.getConfigured()
           
 

Methods in org.processmining.plugins.petrinet.configurable.ui.impl that return types with arguments of type ConfigurableParameter
protected  java.util.List<ConfigurableParameter<java.lang.Integer>> ParameterizedIntegerFeature_UI.getInputParameters()
           
 

Methods in org.processmining.plugins.petrinet.configurable.ui.impl with parameters of type ConfigurableParameter
 void ConfigureGraphElement_UI.setValues(ConfigurableParameter<?> input)
           
 void ConfigureInteger_UI.setValues(ConfigurableParameter<?> input)
           
 void ParameterizedIntegerFeature_UI.IntegerParameter_UI.setValues(ConfigurableParameter<java.lang.Integer> param)
           
 

Constructors in org.processmining.plugins.petrinet.configurable.ui.impl with parameters of type ConfigurableParameter
ConfigureGraphElement_UI(java.lang.String label, ConfigurableParameter<ConfigurableGraphElementOption> parameter, int line_height)
           
ConfigureInteger_UI(java.lang.String label, ConfigurableParameter<java.lang.Integer> feature, int line_height)
           
ParameterizedIntegerFeature_UI.IntegerParameter_UI(ConfigurableParameter<java.lang.Integer> param)
           
 

Uses of ConfigurableParameter in org.processmining.plugins.pnml.extensions.configurations
 

Methods in org.processmining.plugins.pnml.extensions.configurations with parameters of type ConfigurableParameter
 PnmlParameter PnmlParameter.convertFromNet(ConfigurableParameter<java.lang.Integer> parameter)
           
 

Method parameters in org.processmining.plugins.pnml.extensions.configurations with type arguments of type ConfigurableParameter
 void PnmlParameter.convertToNet(java.util.List<ConfigurableParameter<java.lang.Integer>> parameterList)