org.processmining.mining.instancemining
Class ModelGraphResult

java.lang.Object
  extended by org.processmining.mining.instancemining.ModelGraphResult
All Implemented Interfaces:
Provider, MiningResult
Direct Known Subclasses:
AggregationGraphResult

public class ModelGraphResult
extends java.lang.Object
implements MiningResult, Provider

Version:
1.0
Author:
Peter van den Brand

Field Summary
protected  ModelGraph net
           
 
Constructor Summary
ModelGraphResult(ModelGraph net)
           
 
Method Summary
 LogReader getLogReader()
          Returns the LogReader object that was used to generate this mining result.
 ProvidedObject[] getProvidedObjects()
           
 javax.swing.JComponent getVisualization()
          Returns a component that contains the visualization of this mining result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

net

protected ModelGraph net
Constructor Detail

ModelGraphResult

public ModelGraphResult(ModelGraph net)
Method Detail

getLogReader

public LogReader getLogReader()
Description copied from interface: MiningResult
Returns the LogReader object that was used to generate this mining result. This function may return null.

Specified by:
getLogReader in interface MiningResult
Returns:
the LogReader object that was used to generate this mining result or null.

getProvidedObjects

public ProvidedObject[] getProvidedObjects()
Specified by:
getProvidedObjects in interface Provider

getVisualization

public javax.swing.JComponent getVisualization()
Description copied from interface: MiningResult
Returns a component that contains the visualization of this mining result. This function should return null if this result cannot be visualized.

Specified by:
getVisualization in interface MiningResult
Returns:
a component that contains the visualization of this mining result or null if this result cannot be visualized