Uses of Class
org.processmining.models.graphbased.directed.petrinet.configurable.impl.ConfigurableGraphElementOption
-
-
Uses of ConfigurableGraphElementOption in org.processmining.models.graphbased.directed.petrinet.configurable.elements
Methods in org.processmining.models.graphbased.directed.petrinet.configurable.elements that return types with arguments of type ConfigurableGraphElementOption Modifier and Type Method Description ConfigurableFeature<PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode>,ConfigurableGraphElementOption>ConfigurableArc. cloneFor(PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode> newElement)ConfigurableFeature<Place,ConfigurableGraphElementOption>ConfigurablePlace. cloneFor(Place newElement)ConfigurableFeature<Transition,ConfigurableGraphElementOption>ConfigurableTransition. cloneFor(Transition newElement)Constructors in org.processmining.models.graphbased.directed.petrinet.configurable.elements with parameters of type ConfigurableGraphElementOption Constructor Description ConfigurableArc(java.lang.String id, PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode> element, ConfigurableGraphElementOption[] values, ConfigurableGraphElementOption defaultValue)ConfigurablePlace(java.lang.String id, Place element, ConfigurableGraphElementOption[] values, ConfigurableGraphElementOption defaultValue)ConfigurableTransition(java.lang.String id, Transition element, ConfigurableGraphElementOption[] values, ConfigurableGraphElementOption defaultValue) -
Uses of ConfigurableGraphElementOption in org.processmining.models.graphbased.directed.petrinet.configurable.impl
Fields in org.processmining.models.graphbased.directed.petrinet.configurable.impl declared as ConfigurableGraphElementOption Modifier and Type Field Description static ConfigurableGraphElementOption[]ConfigurableGraphElementFeature. ALLMethods in org.processmining.models.graphbased.directed.petrinet.configurable.impl that return ConfigurableGraphElementOption Modifier and Type Method Description static ConfigurableGraphElementOptionConfigurableGraphElementOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigurableGraphElementOption[]ConfigurableGraphElementOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.models.graphbased.directed.petrinet.configurable.impl that return types with arguments of type ConfigurableGraphElementOption Modifier and Type Method Description java.util.List<ConfigurableParameter<ConfigurableGraphElementOption>>ConfigurableGraphElementFeature. getInputParameters()java.util.List<ConfigurableParameter<ConfigurableGraphElementOption>>ConfigurableGraphElementFeature. getInputParametersByName()Methods in org.processmining.models.graphbased.directed.petrinet.configurable.impl with parameters of type ConfigurableGraphElementOption Modifier and Type Method Description protected booleanConfigurableParameterGraphElement. isValidIntervalValue(ConfigurableGraphElementOption value)static booleanConfigurableGraphElementFeature. isValidValue(ConfigurableGraphElementOption o, ConfigurableGraphElementOption[] allowed)static booleanConfigurableGraphElementFeature. sameOptions(ConfigurableGraphElementOption[] o1, ConfigurableGraphElementOption[] o2)Constructors in org.processmining.models.graphbased.directed.petrinet.configurable.impl with parameters of type ConfigurableGraphElementOption Constructor Description ConfigurableGraphElementFeature(java.lang.String id, T element, ConfigurableGraphElementOption[] values, ConfigurableGraphElementOption defaultValue)ConfigurableParameterGraphElement(java.lang.String id, ConfigurableGraphElementOption[] values, ConfigurableGraphElementOption defaultValue) -
Uses of ConfigurableGraphElementOption in org.processmining.plugins.petrinet.configurable.ui.impl
Methods in org.processmining.plugins.petrinet.configurable.ui.impl that return ConfigurableGraphElementOption Modifier and Type Method Description ConfigurableGraphElementOptionConfigureGraphElement_UI. getConfigured()protected ConfigurableGraphElementOptionConfigurableGraphElement_UI. getDefaultValue()protected ConfigurableGraphElementOption[]ConfigurableGraphElement_UI. getPossibleValues()Constructor parameters in org.processmining.plugins.petrinet.configurable.ui.impl with type arguments of type ConfigurableGraphElementOption Constructor Description ConfigureGraphElement_UI(java.lang.String label, ConfigurableParameter<ConfigurableGraphElementOption> parameter, int line_height)
-