Uses of Interface
org.processmining.models.graphbased.directed.petrinet.configurable.ParameterizedFeature

Packages that use ParameterizedFeature
org.processmining.models.graphbased.directed.petrinet.configurable   
org.processmining.models.graphbased.directed.petrinet.configurable.elements   
org.processmining.models.graphbased.directed.petrinet.configurable.impl   
 

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

Subinterfaces of ParameterizedFeature in org.processmining.models.graphbased.directed.petrinet.configurable
 interface ConfigurableFeature<T extends 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
 class ConfigurableFeatureGroup
          A 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
 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.
 

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
 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 ParameterizedIntegerFeature<T extends DirectedGraphElement>
          An abstract implementation of a ParameterizedFeature ranging over Integer