|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GuiNotificationTarget in org.processmining.analysis.conformance |
---|
Classes in org.processmining.analysis.conformance that implement GuiNotificationTarget | |
---|---|
class |
BehAppropriatenessAnalysisGUI
Creates the GUI for the "Behavioral Appropriateness" tab in the results frame. |
class |
ConformanceAnalysisSettings
Displays the analysis settings frame that precedes the actual conformance analysis. |
class |
FitnessAnalysisGUI
Creates the GUI for the "Fitness" tab in the results frame. |
class |
StructAppropriatenessAnalysisGUI
|
Uses of GuiNotificationTarget in org.processmining.analysis.decisionmining |
---|
Classes in org.processmining.analysis.decisionmining that implement GuiNotificationTarget | |
---|---|
class |
DecisionAttribute
Represents a case attribute as it has been observed in the log. |
Uses of GuiNotificationTarget in org.processmining.analysis.eventmodelmerge |
---|
Classes in org.processmining.analysis.eventmodelmerge that implement GuiNotificationTarget | |
---|---|
class |
DataTabUI
The data tab of the EventModelMerge plugin presents possibilities to the user for in which way he wants to merge information about data attributes in the case that activities that refer to events are merged into activities that only refer to activities. |
class |
OrganizationalTabUI
The organizational tab of the EventModelMerge plugin presents possibilities to the user for in which way he wants to merge organizational information when activities that refer to events are merged into activities that only refer to activities. |
class |
TimingTabUI
The timing tab of the EventModelMerge plugin presents possibilities to the user for which event type he wants to select the execution, waiting and sojourn time from. |
Uses of GuiNotificationTarget in org.processmining.analysis.performance |
---|
Classes in org.processmining.analysis.performance that implement GuiNotificationTarget | |
---|---|
class |
AdvancedOptions
This class is needed to allow the user to set advanced settings, which are settings that influence how measurements are affected by non-conformance |
Uses of GuiNotificationTarget in org.processmining.exporting.petrinet.cpnexport.HLImplementation |
---|
Classes in org.processmining.exporting.petrinet.cpnexport.HLImplementation that implement GuiNotificationTarget | |
---|---|
class |
HLChoice
Defines the operations for a choice at a decision point in the process. |
class |
HLDataAttributeValues
Specifies the possible values of a data attribute depending on its type. |
class |
HLTransition
Defines the data operations that are available for a high-level activity. |
Uses of GuiNotificationTarget in org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution |
---|
Classes in org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution that implement GuiNotificationTarget | |
---|---|
class |
HLExponentialDistribution
Represents an exponential distribution that can be readily displayed as it maintains its own GUI panel. |
class |
HLGeneralDistribution
Represents a general distribution to which a lot of distribution related information can be provided, so that based on the provided information to this object separate distributions (like a HLUniformDistribution object or a
HLNormalDistribution ) can be provided. |
Uses of GuiNotificationTarget in org.processmining.framework.util |
---|
Classes in org.processmining.framework.util that implement GuiNotificationTarget | |
---|---|
class |
GuiPropertyObjectSet
An object set property that can be readily displayed as it maintains its own GUI panel. |
Fields in org.processmining.framework.util declared as GuiNotificationTarget | |
---|---|
protected GuiNotificationTarget |
GUIPropertyListEnumeration.myTarget
|
protected GuiNotificationTarget |
GUIPropertyListEnumerationOfGuiDisplayables.myTarget
|
protected GuiNotificationTarget |
GUIPropertyString.myTarget
|
protected GuiNotificationTarget |
GUIPropertyStringArea.myTarget
|
protected GuiNotificationTarget |
GuiPropertyListRadio.myTarget
|
Constructors in org.processmining.framework.util with parameters of type GuiNotificationTarget | |
---|---|
GUIPropertyBoolean(java.lang.String name,
boolean defaultValue,
GuiNotificationTarget target)
Creates a boolean property without a discription. |
|
GUIPropertyBoolean(java.lang.String name,
java.lang.String description,
boolean defaultValue,
GuiNotificationTarget target)
Creates a boolean property. |
|
GUIPropertyDouble(java.lang.String name,
double defaultValue,
double minValue,
double maxValue,
double stepSize,
GuiNotificationTarget target)
Creates a double property without a discription. |
|
GUIPropertyDouble(java.lang.String name,
java.lang.String description,
double defaultValue,
double minValue,
double maxValue,
double stepSize,
GuiNotificationTarget target)
Creates a double property. |
|
GUIPropertyDouble(java.lang.String name,
java.lang.String description,
double defaultValue,
double stepSize,
GuiNotificationTarget target)
Creates a double property without a minimal or maximal value. |
|
GUIPropertyDoubleTextField(java.lang.String name,
double defaultValue,
double minValue,
double maxValue,
GuiNotificationTarget target)
Creates a double property without a discription. |
|
GUIPropertyDoubleTextField(java.lang.String name,
double defaultValue,
GuiNotificationTarget target)
Creates an integer property without no minimal and no maximal value and a GuiNotificationTarget. |
|
GUIPropertyDoubleTextField(java.lang.String name,
java.lang.String description,
double defaultValue,
double minValue,
double maxValue,
GuiNotificationTarget target)
Creates a double property. |
|
GUIPropertyDoubleTextField(java.lang.String name,
java.lang.String description,
double defaultValue,
GuiNotificationTarget target)
Creates a double property. |
|
GUIPropertyFloat(java.lang.String name,
float defaultValue,
float minValue,
float maxValue,
float stepSize,
GuiNotificationTarget target)
Creates a float property without a discription. |
|
GUIPropertyFloat(java.lang.String name,
java.lang.String description,
float defaultValue,
float minValue,
float maxValue,
float stepSize,
GuiNotificationTarget target)
Creates a float property. |
|
GUIPropertyInteger(java.lang.String name,
int defaultValue,
int minValue,
int maxValue,
GuiNotificationTarget target)
Creates an integer property without a discription. |
|
GUIPropertyInteger(java.lang.String name,
java.lang.String description,
int defaultValue,
GuiNotificationTarget target)
Creates an integer property without a minimal and minimal value. |
|
GUIPropertyInteger(java.lang.String name,
java.lang.String description,
int defaultValue,
int minValue,
int maxValue,
GuiNotificationTarget target)
Creates an integer property. |
|
GUIPropertyIntegerTextField(java.lang.String name,
int defaultValue,
int minValue,
int maxValue,
GuiNotificationTarget target)
Creates an integer property without a discription. |
|
GUIPropertyIntegerTextField(java.lang.String name,
java.lang.String description,
int defaultValue,
GuiNotificationTarget target)
Creates an integer property without no minimal or maximal value. |
|
GUIPropertyIntegerTextField(java.lang.String name,
java.lang.String description,
int defaultValue,
int minValue,
int maxValue,
GuiNotificationTarget target)
Creates an integer property. |
|
GUIPropertyListEnumeration(java.lang.String name,
java.util.List values,
GuiNotificationTarget target)
Creates an enumeration property without a discription. |
|
GUIPropertyListEnumeration(java.lang.String name,
java.lang.String description,
java.util.List values,
GuiNotificationTarget target)
Creates an enumeration property. |
|
GUIPropertyListEnumeration(java.lang.String name,
java.lang.String description,
java.util.List values,
GuiNotificationTarget target,
int width)
Creates an enumeration property. |
|
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name,
java.util.List<GuiDisplayable> values,
GuiNotificationTarget target)
Creates an enumeration property without a discription. |
|
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name,
java.lang.String description,
java.util.List<GuiDisplayable> values,
GuiNotificationTarget target)
Creates an enumeration property. |
|
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name,
java.lang.String description,
java.util.List<GuiDisplayable> values,
GuiNotificationTarget target,
int width)
Creates an enumeration property. |
|
GuiPropertyListRadio(java.lang.String name,
java.util.List<java.lang.String> values,
GuiNotificationTarget target)
Creates an enumeration property without a discription. |
|
GuiPropertyListRadio(java.lang.String name,
java.lang.String description,
java.util.List<java.lang.String> values,
GuiNotificationTarget target)
Creates an enumeration property. |
|
GUIPropertyLong(java.lang.String name,
long defaultValue,
long minValue,
long maxValue,
GuiNotificationTarget target)
Creates a long property without a description. |
|
GUIPropertyLong(java.lang.String name,
java.lang.String description,
long defaultValue,
long minValue,
long maxValue,
GuiNotificationTarget target)
Creates a long property. |
|
GuiPropertyObjectList(java.lang.String name,
java.util.List initialValues,
java.util.List availableValues,
GuiNotificationTarget target)
Creates a string list without a discription. |
|
GuiPropertyObjectList(java.lang.String name,
java.lang.String description,
java.util.List initialValues,
java.util.List availableValues,
GuiNotificationTarget target)
Creates a string list property. |
|
GuiPropertyObjectList(java.lang.String name,
java.lang.String description,
java.util.List initialValues,
java.util.List availableValues,
GuiNotificationTarget target,
int height)
Creates a string list property. |
|
GuiPropertyObjectSet(java.lang.String name,
java.util.List initialValues,
java.util.Set availableValues,
GuiNotificationTarget target)
Creates a string list without a discription. |
|
GuiPropertyObjectSet(java.lang.String name,
java.lang.String description,
java.util.List initialValues,
java.util.Set availableValues,
GuiNotificationTarget target)
Creates a string list property. |
|
GuiPropertyObjectSet(java.lang.String name,
java.lang.String description,
java.util.List initialValues,
java.util.Set availableValues,
GuiNotificationTarget target,
int height)
Creates a string list property. |
|
GuiPropertyObjectSet(java.lang.String name,
java.lang.String description,
java.util.List initialValues,
java.util.Set availableValues,
java.util.List propertyInitialValues,
java.util.HashMap initialValuesAndInitValProp,
GuiNotificationTarget target)
Creates a string list property. |
|
GUIPropertySetEnumeration(java.lang.String name,
java.util.Set values,
GuiNotificationTarget target)
Creates an enumeration property without a discription. |
|
GUIPropertySetEnumeration(java.lang.String name,
java.lang.String description,
java.util.Set values,
GuiNotificationTarget target)
Creates an enumeration property. |
|
GUIPropertySetEnumeration(java.lang.String name,
java.lang.String description,
java.util.Set values,
GuiNotificationTarget target,
int width)
Creates an enumeration property. |
|
GUIPropertyString(java.lang.String name,
java.lang.String defaultValue,
GuiNotificationTarget target)
Creates a boolean property without a discription. |
|
GUIPropertyString(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue,
GuiNotificationTarget target)
Creates a boolean property. |
|
GUIPropertyString(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue,
GuiNotificationTarget target,
int width)
Creates a boolean property. |
|
GUIPropertyStringArea(java.lang.String name,
java.lang.String defaultValue,
GuiNotificationTarget target)
Creates a boolean property without a discription. |
|
GUIPropertyStringArea(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue,
GuiNotificationTarget target)
Creates a boolean property. |
|
GUIPropertyStringArea(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue,
GuiNotificationTarget target,
int width)
Creates a boolean property. |
|
GuiPropertyStringList(java.lang.String name,
java.util.List<java.lang.String> values,
GuiNotificationTarget target)
Creates a string list without a discription. |
|
GuiPropertyStringList(java.lang.String name,
java.lang.String description,
java.util.List<java.lang.String> values,
GuiNotificationTarget target)
Creates a string list property. |
|
GuiPropertyStringList(java.lang.String name,
java.lang.String description,
java.util.List<java.lang.String> values,
GuiNotificationTarget target,
int height)
Creates a string list property. |
Uses of GuiNotificationTarget in org.processmining.mining.organizationmining |
---|
Classes in org.processmining.mining.organizationmining that implement GuiNotificationTarget | |
---|---|
class |
OrgMinerOptions
|
Uses of GuiNotificationTarget in org.processmining.mining.organizationmining.ui |
---|
Classes in org.processmining.mining.organizationmining.ui that implement GuiNotificationTarget | |
---|---|
class |
OrgModelGrahp
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |