org.processmining.analysis.decisionmining
Interface DecisionPointContext

All Known Implementing Classes:
DecisionPointContextPetriNet

public interface DecisionPointContext

A decision point context keeps track of the case attributes that have been selected for analysis of the belonging decision point (and their type).

Author:
arozinat (a.rozinat@tm.tue.nl)

Method Summary
 weka.core.FastVector getAttributeInfo()
          Returns a vector of those attributes that have been selected for analysis (can be directly used to build up a data set).
 javax.swing.JPanel getAttributesViewPanel()
          Returns the current attributes view for the belonging decision point.
 javax.swing.JPanel getEvaluationViewPanel()
          Returns the current result evaluation view for the belonging decision point.
 javax.swing.JPanel getModelViewPanel()
          Returns the current model view for the belonging decision point.
 javax.swing.JPanel getResultViewPanel()
          Returns the current result view for the belonging decision point.
 void setEvaluationViewPanel(javax.swing.JPanel newResult)
          Sets the new evaluation view content for the belonging decision point.
 void setResultViewPanel(javax.swing.JPanel newResult)
          Sets the new result view content for the belonging decision point.
 

Method Detail

getAttributesViewPanel

javax.swing.JPanel getAttributesViewPanel()
Returns the current attributes view for the belonging decision point.

Returns:
the panel reflecting the content of the attributes view tab for the belonging decision point

getModelViewPanel

javax.swing.JPanel getModelViewPanel()
Returns the current model view for the belonging decision point.

Returns:
the panel reflecting the content of the model view tab for the belonging decision point

getResultViewPanel

javax.swing.JPanel getResultViewPanel()
Returns the current result view for the belonging decision point.

Returns:
the panel reflecting the content of the results tab for the belonging decision point

setResultViewPanel

void setResultViewPanel(javax.swing.JPanel newResult)
Sets the new result view content for the belonging decision point.

Parameters:
the - panel containing the new result content

getEvaluationViewPanel

javax.swing.JPanel getEvaluationViewPanel()
Returns the current result evaluation view for the belonging decision point.

Returns:
the panel reflecting the content of the evaluation tab for the belonging decision point

setEvaluationViewPanel

void setEvaluationViewPanel(javax.swing.JPanel newResult)
Sets the new evaluation view content for the belonging decision point.

Parameters:
the - panel containing the new evaluation content

getAttributeInfo

weka.core.FastVector getAttributeInfo()
Returns a vector of those attributes that have been selected for analysis (can be directly used to build up a data set).

Returns:
a vector of {link Attribute Attribute} objects