org.processmining.analysis.clustering
Class LogClusteringPlugin

java.lang.Object
  extended by org.processmining.analysis.clustering.LogClusteringPlugin
All Implemented Interfaces:
AnalysisPlugin, Plugin

public class LogClusteringPlugin
extends java.lang.Object
implements AnalysisPlugin

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
LogClusteringPlugin()
           
 
Method Summary
 javax.swing.JComponent analyse(AnalysisInputItem[] inputs)
          Start this analysis algorithm.
 java.lang.String getHtmlDescription()
          Gets a description of this plugin in HTML.
 AnalysisInputItem[] getInputItems()
          Returns the input items needed by this analysis algorithm.
 java.lang.String getName()
          Gets the name of this plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogClusteringPlugin

public LogClusteringPlugin()
Method Detail

analyse

public javax.swing.JComponent analyse(AnalysisInputItem[] inputs)
Start this analysis algorithm.

Specified by:
analyse in interface AnalysisPlugin
Parameters:
inputs - the inputs chosen by the user
Returns:
user interface to the result of the analysis algorithm

getHtmlDescription

public java.lang.String getHtmlDescription()
Gets a description of this plugin in HTML.

Specified by:
getHtmlDescription in interface Plugin
Returns:
a description of this plugin in HTML

getInputItems

public AnalysisInputItem[] getInputItems()
Returns the input items needed by this analysis algorithm.

Specified by:
getInputItems in interface AnalysisPlugin
Returns:
the input items accepted by this analysis algorithm

getName

public java.lang.String getName()
Gets the name of this plugin.

Specified by:
getName in interface Plugin
Returns:
the name of this plugin