|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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)
|
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 | |
---|---|
static ConfigurableGraphElementOption[] |
ConfigurableGraphElementFeature.ALL
|
Methods in org.processmining.models.graphbased.directed.petrinet.configurable.impl that return ConfigurableGraphElementOption | |
---|---|
static ConfigurableGraphElementOption |
ConfigurableGraphElementOption.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 | |
---|---|
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 | |
---|---|
protected boolean |
ConfigurableParameterGraphElement.isValidIntervalValue(ConfigurableGraphElementOption value)
|
static boolean |
ConfigurableGraphElementFeature.isValidValue(ConfigurableGraphElementOption o,
ConfigurableGraphElementOption[] allowed)
|
static boolean |
ConfigurableGraphElementFeature.isValidValue(ConfigurableGraphElementOption o,
ConfigurableGraphElementOption[] allowed)
|
static boolean |
ConfigurableGraphElementFeature.sameOptions(ConfigurableGraphElementOption[] o1,
ConfigurableGraphElementOption[] o2)
|
static boolean |
ConfigurableGraphElementFeature.sameOptions(ConfigurableGraphElementOption[] o1,
ConfigurableGraphElementOption[] o2)
|
Constructors in org.processmining.models.graphbased.directed.petrinet.configurable.impl with parameters of type ConfigurableGraphElementOption | |
---|---|
ConfigurableGraphElementFeature(java.lang.String id,
T element,
ConfigurableGraphElementOption[] values,
ConfigurableGraphElementOption defaultValue)
|
|
ConfigurableGraphElementFeature(java.lang.String id,
T element,
ConfigurableGraphElementOption[] values,
ConfigurableGraphElementOption defaultValue)
|
|
ConfigurableParameterGraphElement(java.lang.String id,
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 | |
---|---|
ConfigurableGraphElementOption |
ConfigureGraphElement_UI.getConfigured()
|
protected ConfigurableGraphElementOption |
ConfigurableGraphElement_UI.getDefaultValue()
|
protected ConfigurableGraphElementOption[] |
ConfigurableGraphElement_UI.getPossibleValues()
|
Constructor parameters in org.processmining.plugins.petrinet.configurable.ui.impl with type arguments of type ConfigurableGraphElementOption | |
---|---|
ConfigureGraphElement_UI(java.lang.String label,
ConfigurableParameter<ConfigurableGraphElementOption> parameter,
int line_height)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |