org.processmining.mining.partialordermining
Class AggregationGraphResult

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

public class AggregationGraphResult
extends ModelGraphResult

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Field Summary
 
Fields inherited from class org.processmining.mining.instancemining.ModelGraphResult
net
 
Constructor Summary
AggregationGraphResult(LogReader log, ModelGraph net)
           
 
Method Summary
 LogReader getLogReader()
          Returns the LogReader object that was used to generate this mining result.
 ProvidedObject[] getProvidedObjects()
           
 
Methods inherited from class org.processmining.mining.instancemining.ModelGraphResult
getVisualization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationGraphResult

public AggregationGraphResult(LogReader log,
                              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
Overrides:
getLogReader in class ModelGraphResult
Returns:
the LogReader object that was used to generate this mining result or null.

getProvidedObjects

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