Uses of Class
org.processmining.analysis.AnalysisInputItem

Packages that use AnalysisInputItem
org.processmining.analysis   
org.processmining.analysis.causality   
org.processmining.analysis.clustering   
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
org.processmining.analysis.decisionmining   
org.processmining.analysis.dws   
org.processmining.analysis.epc   
org.processmining.analysis.eventmodelmerge   
org.processmining.analysis.genetic   
org.processmining.analysis.heuristics   
org.processmining.analysis.logreaderconnection   
org.processmining.analysis.logstatistics   
org.processmining.analysis.mergesimmodels   
org.processmining.analysis.originator   
org.processmining.analysis.pdm   
org.processmining.analysis.performance   
org.processmining.analysis.performance.dottedchart   
org.processmining.analysis.performance.sequence   
org.processmining.analysis.petrinet   
org.processmining.analysis.petrinet.structuredness   
org.processmining.analysis.recommendation   
org.processmining.analysis.socialnetwork   
org.processmining.analysis.summary   
org.processmining.framework.ui Contains classes that form the user interface of the process mining tool. 
 

Uses of AnalysisInputItem in org.processmining.analysis
 

Methods in org.processmining.analysis that return AnalysisInputItem
 AnalysisInputItem[] AnalysisPlugin.getInputItems()
          Returns the input items needed by this analysis algorithm.
 

Methods in org.processmining.analysis with parameters of type AnalysisInputItem
 javax.swing.JComponent AnalysisPlugin.analyse(AnalysisInputItem[] inputs)
          Start this analysis algorithm.
 

Uses of AnalysisInputItem in org.processmining.analysis.causality
 

Methods in org.processmining.analysis.causality that return AnalysisInputItem
 AnalysisInputItem[] CausalFootprintSimilarity.getInputItems()
           
 AnalysisInputItem[] CausalityStructureAnalysisPlugin.getInputItems()
           
 

Methods in org.processmining.analysis.causality with parameters of type AnalysisInputItem
 javax.swing.JComponent CausalFootprintSimilarity.analyse(AnalysisInputItem[] analysisInputItemArray)
           
 javax.swing.JComponent CausalityStructureAnalysisPlugin.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.clustering
 

Methods in org.processmining.analysis.clustering that return AnalysisInputItem
 AnalysisInputItem[] LogClusteringPlugin.getInputItems()
          Returns the input items needed by this analysis algorithm.
 

Methods in org.processmining.analysis.clustering with parameters of type AnalysisInputItem
 javax.swing.JComponent LogClusteringPlugin.analyse(AnalysisInputItem[] inputs)
          Start this analysis algorithm.
 

Uses of AnalysisInputItem in org.processmining.analysis.conformance
 

Methods in org.processmining.analysis.conformance that return AnalysisInputItem
 AnalysisInputItem[] ConformanceAnalysisPlugin.getInputItems()
          Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context.
 

Methods in org.processmining.analysis.conformance with parameters of type AnalysisInputItem
 javax.swing.JComponent ConformanceAnalysisPlugin.analyse(AnalysisInputItem[] analysisInputItemArray)
          Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool.
 

Constructors in org.processmining.analysis.conformance with parameters of type AnalysisInputItem
ConformanceAnalysisSettings(ConformanceAnalysisPlugin algorithm, AnalysisInputItem[] input, PetriNet net, LogReader log)
          Creates the analysis settings frame.
 

Uses of AnalysisInputItem in org.processmining.analysis.decisionmining
 

Methods in org.processmining.analysis.decisionmining that return AnalysisInputItem
 AnalysisInputItem[] DecisionPointAnalysisPlugin.getInputItems()
          Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context.
 

Methods in org.processmining.analysis.decisionmining with parameters of type AnalysisInputItem
 javax.swing.JComponent DecisionPointAnalysisPlugin.analyse(AnalysisInputItem[] analysisInputItemArray)
          Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool.
 

Uses of AnalysisInputItem in org.processmining.analysis.dws
 

Methods in org.processmining.analysis.dws that return AnalysisInputItem
 AnalysisInputItem[] DWSAnalysis.getInputItems()
          Returns the input items needed by this analysis algorithm.
 

Methods in org.processmining.analysis.dws with parameters of type AnalysisInputItem
 javax.swing.JComponent DWSAnalysis.analyse(AnalysisInputItem[] arg0)
           
 

Constructors in org.processmining.analysis.dws with parameters of type AnalysisInputItem
DWSInputAnalysisGUI(AnalysisPlugin plugIn, LogReader log, HeuristicsNet net, AnalysisInputItem[] inputs)
          This is the default constructor
 

Uses of AnalysisInputItem in org.processmining.analysis.epc
 

Methods in org.processmining.analysis.epc that return AnalysisInputItem
 AnalysisInputItem[] EPCCorrectnessChecker.getInputItems()
           
 

Methods in org.processmining.analysis.epc with parameters of type AnalysisInputItem
 javax.swing.JComponent EPCCorrectnessChecker.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.eventmodelmerge
 

Methods in org.processmining.analysis.eventmodelmerge that return AnalysisInputItem
 AnalysisInputItem[] EventModelMergePlugin.getInputItems()
          Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context.
 

Methods in org.processmining.analysis.eventmodelmerge with parameters of type AnalysisInputItem
 javax.swing.JComponent EventModelMergePlugin.analyse(AnalysisInputItem[] analysisInputItemArray)
          Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool.
 

Uses of AnalysisInputItem in org.processmining.analysis.genetic
 

Methods in org.processmining.analysis.genetic that return AnalysisInputItem
 AnalysisInputItem[] CalculateBehavioralPrecisionRecall.getInputItems()
           
 AnalysisInputItem[] CalculateDuplicatesPrecisionRecall.getInputItems()
           
 AnalysisInputItem[] CalculateFitness.getInputItems()
           
 AnalysisInputItem[] CalculateStructuralPrecisionRecall.getInputItems()
           
 AnalysisInputItem[] PruneNoisyArcs.getInputItems()
           
 

Methods in org.processmining.analysis.genetic with parameters of type AnalysisInputItem
 javax.swing.JComponent CalculateBehavioralPrecisionRecall.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent CalculateDuplicatesPrecisionRecall.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent CalculateFitness.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent CalculateStructuralPrecisionRecall.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent PruneNoisyArcs.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.heuristics
 

Subclasses of AnalysisInputItem in org.processmining.analysis.heuristics
 class HeuristicsNetInputItem
           
 class HeuristicsNetLogInputItem
          Accepts objects that containd a HeuristicsNet and a LogReader.
 

Methods in org.processmining.analysis.heuristics that return AnalysisInputItem
 AnalysisInputItem[] DiffPartition.getInputItems()
           
 AnalysisInputItem[] HNStructuralPropertySummary.getInputItems()
           
 

Methods in org.processmining.analysis.heuristics with parameters of type AnalysisInputItem
 javax.swing.JComponent DiffPartition.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent HNStructuralPropertySummary.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.logreaderconnection
 

Methods in org.processmining.analysis.logreaderconnection that return AnalysisInputItem
 AnalysisInputItem[] HNetLogReaderConnectionPlugin.getInputItems()
           
 AnalysisInputItem[] PetriNetLogReaderConnectionPlugin.getInputItems()
           
 

Methods in org.processmining.analysis.logreaderconnection with parameters of type AnalysisInputItem
 javax.swing.JComponent HNetLogReaderConnectionPlugin.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent PetriNetLogReaderConnectionPlugin.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.logstatistics
 

Methods in org.processmining.analysis.logstatistics that return AnalysisInputItem
 AnalysisInputItem[] LogStatisticsPlugin.getInputItems()
          Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context.
 

Methods in org.processmining.analysis.logstatistics with parameters of type AnalysisInputItem
 javax.swing.JComponent LogStatisticsPlugin.analyse(AnalysisInputItem[] analysisInputItemArray)
          Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool.
 

Uses of AnalysisInputItem in org.processmining.analysis.mergesimmodels
 

Methods in org.processmining.analysis.mergesimmodels that return AnalysisInputItem
 AnalysisInputItem[] MergeSimModelsPlugin.getInputItems()
           
 

Methods in org.processmining.analysis.mergesimmodels with parameters of type AnalysisInputItem
 javax.swing.JComponent MergeSimModelsPlugin.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.originator
 

Methods in org.processmining.analysis.originator that return AnalysisInputItem
 AnalysisInputItem[] GroupingSNAPlugin.getInputItems()
           
 AnalysisInputItem[] OriginatorPlugin.getInputItems()
           
 

Methods in org.processmining.analysis.originator with parameters of type AnalysisInputItem
 javax.swing.JComponent GroupingSNAPlugin.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent OriginatorPlugin.analyse(AnalysisInputItem[] inputs)
           
 

Constructors in org.processmining.analysis.originator with parameters of type AnalysisInputItem
GroupingSNASettings(GroupingSNAPlugin algorithm, AnalysisInputItem[] input, SocialNetworkMatrix snMatrix)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.pdm
 

Methods in org.processmining.analysis.pdm that return AnalysisInputItem
 AnalysisInputItem[] PDMAnalysis.getInputItems()
           
 

Methods in org.processmining.analysis.pdm with parameters of type AnalysisInputItem
 javax.swing.JComponent PDMAnalysis.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.performance
 

Methods in org.processmining.analysis.performance that return AnalysisInputItem
 AnalysisInputItem[] PerformanceAnalysisPlugin.getInputItems()
          Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context.
 

Methods in org.processmining.analysis.performance with parameters of type AnalysisInputItem
 javax.swing.JComponent PerformanceAnalysisPlugin.analyse(AnalysisInputItem[] analysisInputItemArray)
          Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool.
 

Constructors in org.processmining.analysis.performance with parameters of type AnalysisInputItem
PerformanceAnalysisSettings(PerformanceAnalysisPlugin algorithm, AnalysisInputItem[] input, PetriNet net, LogReader log)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.performance.dottedchart
 

Methods in org.processmining.analysis.performance.dottedchart that return AnalysisInputItem
 AnalysisInputItem[] DottedChartPlugin.getInputItems()
          Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context.
 

Methods in org.processmining.analysis.performance.dottedchart with parameters of type AnalysisInputItem
 javax.swing.JComponent DottedChartPlugin.analyse(AnalysisInputItem[] analysisInputItemArray)
          Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool.
 

Constructors in org.processmining.analysis.performance.dottedchart with parameters of type AnalysisInputItem
DottedChartAnalysis(DottedChartPlugin algorithm, AnalysisInputItem[] input, LogReader log)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.performance.sequence
 

Methods in org.processmining.analysis.performance.sequence that return AnalysisInputItem
 AnalysisInputItem[] PerformanceSequenceDiagramPlugin.getInputItems()
          Define the input items necessary for the application of the plugin to offer its functionality to the user only in the right context.
 

Methods in org.processmining.analysis.performance.sequence with parameters of type AnalysisInputItem
 javax.swing.JComponent PerformanceSequenceDiagramPlugin.analyse(AnalysisInputItem[] analysisInputItemArray)
          Define the procedure that is called automatically as soon as the plugin is invoked by the ProM tool.
 

Constructors in org.processmining.analysis.performance.sequence with parameters of type AnalysisInputItem
PerformanceSequenceAnalysis(PerformanceSequenceDiagramPlugin algorithm, AnalysisInputItem[] input, LogReader log)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.petrinet
 

Methods in org.processmining.analysis.petrinet that return AnalysisInputItem
 AnalysisInputItem[] PetriNetAnalysis.getInputItems()
          The PetriNetAnalysis accepts a PetriNet
 AnalysisInputItem[] StateSpaceRegionCalculator.getInputItems()
          The StateSpaceRegionCalculator accepts a StateSpace
 AnalysisInputItem[] WoflanAnalysis.getInputItems()
           
 

Methods in org.processmining.analysis.petrinet with parameters of type AnalysisInputItem
 javax.swing.JComponent PetriNetAnalysis.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent StateSpaceRegionCalculator.analyse(AnalysisInputItem[] inputs)
           
 javax.swing.JComponent WoflanAnalysis.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.petrinet.structuredness
 

Methods in org.processmining.analysis.petrinet.structuredness that return AnalysisInputItem
 AnalysisInputItem[] WorkflowNetStructurednessAnalysis.getInputItems()
           
 

Methods in org.processmining.analysis.petrinet.structuredness with parameters of type AnalysisInputItem
 javax.swing.JComponent WorkflowNetStructurednessAnalysis.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.recommendation
 

Methods in org.processmining.analysis.recommendation that return AnalysisInputItem
 AnalysisInputItem[] SingleProcessAcceptor.getInputItems()
           
 

Methods in org.processmining.analysis.recommendation with parameters of type AnalysisInputItem
 javax.swing.JComponent SingleProcessAcceptor.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.socialnetwork
 

Methods in org.processmining.analysis.socialnetwork that return AnalysisInputItem
 AnalysisInputItem[] SocialNetworkAnalysisPlugin.getInputItems()
           
 

Methods in org.processmining.analysis.socialnetwork with parameters of type AnalysisInputItem
 javax.swing.JComponent SocialNetworkAnalysisPlugin.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.analysis.summary
 

Methods in org.processmining.analysis.summary that return AnalysisInputItem
 AnalysisInputItem[] LogSummaryPlugin.getInputItems()
           
 

Methods in org.processmining.analysis.summary with parameters of type AnalysisInputItem
 javax.swing.JComponent LogSummaryPlugin.analyse(AnalysisInputItem[] inputs)
           
 

Uses of AnalysisInputItem in org.processmining.framework.ui
 

Methods in org.processmining.framework.ui with parameters of type AnalysisInputItem
 void MainUI.createAnalysisResultFrame(AnalysisPlugin algorithm, AnalysisInputItem[] input, javax.swing.JComponent result)
          Adds a frame to the desktop.
 

Constructors in org.processmining.framework.ui with parameters of type AnalysisInputItem
AnalysisFrame(AnalysisPlugin algorithm, AnalysisInputItem[] input, javax.swing.JComponent result)