Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends Property<?>>> |
Property.getDependencies() |
java.util.AbstractMap<Property<?>,java.lang.Object> |
PropertableElement.getDependentProperties() |
java.util.AbstractMap<Property<?>,java.lang.Object> |
PropertableElement.getIndependentProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PropertableElement.getDependentProperty(Property<?> property) |
java.lang.Object |
PropertableElement.getIndependentProperty(Property<?> property) |
void |
PropertableElement.removeDependentProperty(Property<?> property) |
void |
PropertableElement.removeIndependentProperty(Property<?> property) |
void |
PropertableElement.setDependentProperty(Property<?> property,
java.lang.Object value) |
void |
PropertableElement.setIndependentProperty(Property<?> property,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PropertableElement.getDependentProperty(java.lang.Class<? extends Property<?>> property) |
java.lang.Object |
PropertableElement.getIndependentProperty(java.lang.Class<? extends Property<?>> property) |
void |
PropertableElement.removeDependentProperty(java.lang.Class<? extends Property<?>> property) |
void |
PropertableElement.removeIndependentProperty(java.lang.Class<? extends Property<?>> property) |
void |
PropertableElement.setDependentProperty(java.lang.Class<? extends Property<?>> property,
java.lang.Object value) |
void |
PropertableElement.setIndependentProperty(java.lang.Class<? extends Property<?>> property,
java.lang.Object value) |
Modifier and Type | Class and Description |
---|---|
class |
HighLevelProperty<K> |
class |
PointProbability
The point probability are tuples (value, probability) denoting the probability for a particular value
|
class |
PointProbabilityOrder |
class |
PropertyBoolean |
class |
PropertyDistribution |
class |
PropertyDouble |
class |
PropertyInteger |
class |
PropertyList<K> |
class |
PropertyListDouble |
class |
PropertyListString |
class |
PropertyListTimeValue |
class |
PropertyLong |
class |
PropertyMapDoubleDouble |
class |
PropertyMapIntegerDouble |
class |
PropertyOROptions |
class |
PropertyString |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends Property<?>>> |
HighLevelProperty.getDependencies() |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableProperty<K> |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Property<?>> |
ConfigurableProperty.getNonConfigurableVariant() |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableHighLevelProperty<K> |
class |
ConfigurablePropertyDistribution |
class |
ConfigurablePropertyDouble |
class |
ConfigurablePropertyList<K> |
class |
ConfigurablePropertyListDistribution |
class |
ConfigurablePropertyListDouble |
class |
ConfigurablePropertyListList |
class |
ConfigurablePropertyListString |
class |
ConfigurablePropertySingleElement<K> |
class |
ConfigurablePropertyString |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends Property<?>>> |
ConfigurableHighLevelProperty.getDependencies() |
Modifier and Type | Method and Description |
---|---|
protected org.processmining.framework.util.Pair<java.lang.Object,java.lang.Object> |
ConfigurablePropertyList.unmarshallPrivate(java.lang.String xml,
java.lang.Class<? extends Property<?>> property) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurablePropertyListDistributionImExporter |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends Property<?>> |
ConfigurablePropertyListDistributionImExporter.getNonConfigurableVariant() |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurableArrivalProcess |
class |
ConfigurableAutomaticDistribution |
class |
ConfigurableDataValueMatrix |
class |
ConfigurableDataValues |
class |
ConfigurableInitialDataValue |
class |
ConfigurableMcDonaldsIndex |
class |
ConfigurableMonotonicityRole |
class |
ConfigurableOutgoingProbability |
class |
ConfigurableTaskDistribution |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends Property<?>>> |
ConfigurableInitialDataValue.getDependencies() |
java.lang.Class<? extends Property<?>> |
ConfigurableArrivalProcess.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableAutomaticDistribution.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableDataValueMatrix.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableDataValues.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableInitialDataValue.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableMcDonaldsIndex.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableMonotonicityRole.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableOutgoingProbability.getNonConfigurableVariant() |
java.lang.Class<? extends Property<?>> |
ConfigurableTaskDistribution.getNonConfigurableVariant() |
Modifier and Type | Method and Description |
---|---|
<E extends PropertableElement,P extends Property<?>> |
GUIProperty.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent)
Fill the GUI with the values of the property
|
<E extends PropertableElement,P extends Property<?>> |
GUIProperty.initialiseGUIProperty(org.processmining.contexts.uitopia.UIPluginContext context,
E model,
java.util.Collection<E> elements,
P property,
java.util.HashMap<E,java.lang.Object> mapping,
boolean independent)
Deprecated.
|
<E extends PropertableElement,P extends Property<?>> |
GUIProperty.initialiseTabPane(java.util.Collection<E> elements,
P property,
java.lang.Object elementLines,
boolean editable,
boolean independent)
Generic way to get the component for a collection of elements and a property, the editable is for view/edit functionality
|
<E extends PropertableElement,P extends Property<?>> |
GUIProperty.initialiseTabPane(E element,
P property,
java.lang.Object elementLines,
boolean editable,
boolean independent)
Generic way to get the component for an element and a property, the editable is for view/edit functionality
|
<P extends Property<?>> |
GUIProperty.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines)
Parse the components and make appropriate data structures out of it
|
Modifier and Type | Method and Description |
---|---|
<E extends PropertableElement,P extends Property<?>> |
GUIPropertySinglePage.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,C extends Property<?>> |
GUIPropertyListOfElements.initialiseGUIProperty(org.processmining.contexts.uitopia.UIPluginContext context,
E model,
java.util.Collection<E> elements,
C property,
java.util.HashMap<E,java.lang.Object> mapping,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertySinglePage.initialiseGUIProperty(org.processmining.contexts.uitopia.UIPluginContext context,
E model,
java.util.Collection<E> elements,
P property,
java.util.HashMap<E,java.lang.Object> mapping,
boolean independent) |
<E extends PropertableElement,C extends Property<?>> |
GUIPropertyListOfElements.initialiseTabPane(java.util.Collection<E> elements,
C property,
java.lang.Object elementLines,
boolean editable,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertySinglePage.initialiseTabPane(java.util.Collection<E> elements,
P property,
java.lang.Object elementLines,
boolean editable,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyListOfElements.initialiseTabPane(E element,
P property,
java.lang.Object elementLines,
boolean editable,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertySinglePage.initialiseTabPane(E element,
P property,
java.lang.Object elementLines,
boolean editable,
boolean independent) |
Constructor and Description |
---|
AddButton(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean indepenent,
com.fluxicon.slickerbox.components.SlickerTabbedPane tabPane,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines,
java.util.HashMap<DeleteButton,java.util.List<java.lang.Integer>> indices,
int header,
boolean editable) |
DeleteButton(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean independent,
com.fluxicon.slickerbox.components.SlickerTabbedPane tabpane,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines,
java.util.List<java.util.List<java.lang.Object>> myLine,
java.util.HashMap<DeleteButton,java.util.List<java.lang.Integer>> indices,
java.util.List<java.awt.Component> components,
int header) |
SinglePageElementKeyListener(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean independent,
java.util.List<java.util.List<javax.swing.JComponent>> componentsDataRow) |
SinglePageElementMouseListener(PropertableElement element,
GUIProperty<?> guiProperty,
Property<?> property,
java.lang.Boolean independent,
java.util.List<java.util.List<javax.swing.JComponent>> componentsDataRow) |
Modifier and Type | Method and Description |
---|---|
<E extends PropertableElement,P extends Property<?>> |
GUIConfigurablePropertyList.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyDataValueMatrix.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyDefault.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyDistribution.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyDouble.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyInitialDataValue.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyList.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyListTimeValue.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyMapDoubleDouble.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyMapIntegerDouble.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertySimulationProperty.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIPropertyYerkesDodsonInterval.fillGUI(P prop,
E element,
AddButton button,
java.util.List<java.util.List<javax.swing.JComponent>> dataRows,
boolean independent) |
<E extends PropertableElement,P extends Property<?>> |
GUIConfigurablePropertyList.initialiseTabPane(E element,
P property,
java.lang.Object elementLines,
boolean editable,
boolean independent) |
<P extends Property<?>> |
GUIConfigurablePropertyList.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyDataValueMatrix.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyDefault.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyDistribution.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyDouble.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyInitialDataValue.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyInteger.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyListDouble.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyListString.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> values) |
<P extends Property<?>> |
GUIPropertyListTimeValue.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyMapDoubleDouble.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyMapIntegerDouble.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertySimulationProperty.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyString.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
<P extends Property<?>> |
GUIPropertyYerkesDodsonInterval.parseComponents(P property,
java.util.List<java.util.List<java.util.List<java.lang.Object>>> lines) |
Modifier and Type | Class and Description |
---|---|
class |
ArrivalProcess |
class |
AutomaticDistribution |
class |
Costs |
class |
DataValueMatrix |
class |
DataValues |
class |
Distribution |
class |
EventDistribution |
class |
EventTime |
class |
Fitness |
class |
InitialDataValue |
class |
LoopCutOffProbability |
class |
McDonaldsIndex |
class |
NrOfCases |
class |
NrOfControlTasks |
class |
NrOfResources |
class |
ORSemantic |
class |
OutgoingProbability |
class |
ProcessingTime |
class |
ProcessingTimeOrder |
class |
QueueTime |
class |
QueueTimeOrder |
class |
ResourceUtilisation |
class |
Role |
class |
RunningTime |
class |
SimulationProperty |
class |
TaskDistribution |
class |
ThroughputTime |
class |
ThroughputTimeOrder |
class |
Utilisation |
class |
WaitTime |
class |
WaitTimeOrder |
class |
WorkSchedule
Specifies a list of available and unavailable
|
class |
YerkesDodsonInterval |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.Class<? extends Property<?>>> |
DataValueMatrix.getDependencies() |
java.util.Collection<java.lang.Class<? extends Property<?>>> |
InitialDataValue.getDependencies() |