|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.decisionmining.DecisionPointContextPetriNet
public class DecisionPointContextPetriNet
A decision point context for Petri nets offers the attributes according different selection scopes within a Petri net mode.
Constructor Summary | |
---|---|
DecisionPointContextPetriNet(PetriNet model,
Place place,
DecisionPoint decisionPoint)
Default constructor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecisionPointContextPetriNet(PetriNet model, Place place, DecisionPoint decisionPoint)
decisionPoint
- the belonging decision pointMethod Detail |
---|
public javax.swing.JPanel getAttributesViewPanel()
getAttributesViewPanel
in interface DecisionPointContext
public javax.swing.JPanel getModelViewPanel()
getModelViewPanel
in interface DecisionPointContext
public javax.swing.JPanel getResultViewPanel()
getResultViewPanel
in interface DecisionPointContext
public void setResultViewPanel(javax.swing.JPanel newResult)
setResultViewPanel
in interface DecisionPointContext
public javax.swing.JPanel getEvaluationViewPanel()
getEvaluationViewPanel
in interface DecisionPointContext
public void setEvaluationViewPanel(javax.swing.JPanel newResult)
setEvaluationViewPanel
in interface DecisionPointContext
public weka.core.FastVector getAttributeInfo()
getAttributeInfo
in interface DecisionPointContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |