org.processmining.mining
Interface MiningResult

All Known Implementing Classes:
AggregationGraphResult, ARMinerResult, BenchmarkResultPanel, BPEL4WSResult, BPELLog, BPELResult, CaseDataResult, CloudChamberMiner, ComparatorResultPanel, DmcScanningResult, DTGeneticMinerResult, DummyMiningResult, DWSResult, EPCResult, FileResult, FrequencyAbstractionResult, FuzzyMiningResult, GeneticMinerResult, HeuristicsNetResult, HeuristicsNetResultWithLogReader, Log, LogClusteringUI, ModelGraphResult, OrgMiningResult, PartialOrderMiningResult, PatternsResult, PDMPetriNetResult, PDMResult, PetriNetResult, ProtosResult, ProximitySensingResults, ReductionResult, SocialNetworkResults, TraceClusterResult, UnclearChoiceHandler, YAWLResult

public interface MiningResult

Captures the result of the execution of a mining algorithm.

Version:
1.0
Author:
Peter van den Brand

Method Summary
 LogReader getLogReader()
          Returns the LogReader object that was used to generate this mining result.
 javax.swing.JComponent getVisualization()
          Returns a component that contains the visualization of this mining result.
 

Method Detail

getVisualization

javax.swing.JComponent getVisualization()
Returns a component that contains the visualization of this mining result. This function should return null if this result cannot be visualized.

Returns:
a component that contains the visualization of this mining result or null if this result cannot be visualized

getLogReader

LogReader getLogReader()
Returns the LogReader object that was used to generate this mining result. This function may return null.

Returns:
the LogReader object that was used to generate this mining result or null.