Constructor and Description |
---|
AAPDLogReplayConnection(AAPD aapd,
GlobalSettingsData globalSettingsData)
Default constructor
|
FPDAAPDConnection(FPD fpd,
AAPD aapd)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static AAPD |
AAPDFactory.newAAPD(FPD fpd)
Create new AAPD from an FPD
|
Modifier and Type | Method and Description |
---|---|
static AAPDGraph |
AAPDGraphGenerator.generateAAPDGraph(AAPDElement aapdFocusElements,
AAPD aapd,
double maxHeightOfAnElement,
double minHeightOfAnElement,
double minDistanceBetweenElements,
double x_scaler,
double xElementScaler,
double yElementScaler,
double intersectionBarHeight,
int maxXDistanceBetweenElements,
int minWidthOfAnElement) |
static javax.swing.JTable |
AAPDStatisticTableGenerator.generateStatsTable(int statType,
java.util.Map<AAPDElement,java.util.Map<java.lang.Integer,org.processmining.framework.util.Pair<java.math.BigInteger[],java.lang.Integer>>> map,
GlobalSettingsData globalSettingsData,
AAPDElement aapdFocusElements,
AAPD aapd) |
javax.swing.JComponent |
AAPDVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
AAPD aapd) |
javax.swing.JComponent |
AAPDVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
AAPD aapd,
GlobalSettingsData globalSettingsData) |
Constructor and Description |
---|
AAPDInformationPanel(org.processmining.framework.plugin.PluginContext context,
org.processmining.framework.plugin.Progress progress,
AAPD aapd,
GlobalSettingsData globalSettingsData) |
AAPDStatisticPanel(AAPDInformationPanel parent,
AAPD aapd,
GlobalSettingsData globalSettingsData,
AAPDElement aapdFocusElements) |
Modifier and Type | Field and Description |
---|---|
protected AAPD |
AbstractFPDAAPDCalculator.aapd |
Modifier and Type | Method and Description |
---|---|
AAPD |
AbstractFPDAAPDCalculator.getAAPD() |
AAPD |
FPDNodeInstanceAAPDCalculator.getAAPD()
return aapd
|
AAPD |
IFPDNodeInstanceAAPDCalculator.getAAPD() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFPDAAPDCalculator.setAAPD(AAPD aapd) |