org.processmining.mining.armining
Class MyPredApriori

java.lang.Object
  extended by weka.associations.Associator
      extended by weka.associations.PredictiveApriori
          extended by org.processmining.mining.armining.MyPredApriori
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, weka.core.OptionHandler

public class MyPredApriori
extends weka.associations.PredictiveApriori

Title: MyPredApriori

Description: MyPredApriori extends PredictiveApriori()

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Shaifali Gupta (s.gupta@student.tue.nl)
See Also:
Serialized Form

Field Summary
protected  boolean p_eventTypeCare
           
 
Fields inherited from class weka.associations.PredictiveApriori
m_allTheRules, m_best, m_bestChanged, m_count, m_expectation, m_hashtables, m_instances, m_Ls, m_midPoints, m_numIntervals, m_numRandRules, m_numRules, m_premiseCount, m_priorEstimator, m_priors
 
Constructor Summary
MyPredApriori()
           
 
Method Summary
 java.lang.Boolean checkFISInRule(ProcessInstance pi, int ruleIndex)
           
 java.lang.Boolean checkForRule(ProcessInstance pi, int ruleIndex)
           
 java.lang.Boolean checkWithEventCare(ProcessInstance pi, int ruleIndex)
           
 java.util.ArrayList<java.lang.String> get_m_allTheRules()
           
 java.util.ArrayList<java.lang.String> get_m_allTheRulesWithEType()
           
static javax.swing.JScrollPane newDisplay(java.util.ArrayList<java.lang.String> myList)
           
 java.lang.String p_eventTypeCareTipText()
           
 boolean p_getEventTypeCare()
           
 void setEventTypeCare(boolean flag)
           
 
Methods inherited from class weka.associations.PredictiveApriori
buildAssociations, getNumRules, getOptions, globalInfo, listOptions, main, numRulesTipText, resetOptions, setNumRules, setOptions, toString
 
Methods inherited from class weka.associations.Associator
forName, makeCopies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

p_eventTypeCare

protected boolean p_eventTypeCare
Constructor Detail

MyPredApriori

public MyPredApriori()
Method Detail

get_m_allTheRules

public java.util.ArrayList<java.lang.String> get_m_allTheRules()

get_m_allTheRulesWithEType

public java.util.ArrayList<java.lang.String> get_m_allTheRulesWithEType()

newDisplay

public static javax.swing.JScrollPane newDisplay(java.util.ArrayList<java.lang.String> myList)

checkFISInRule

public java.lang.Boolean checkFISInRule(ProcessInstance pi,
                                        int ruleIndex)

checkForRule

public java.lang.Boolean checkForRule(ProcessInstance pi,
                                      int ruleIndex)

checkWithEventCare

public java.lang.Boolean checkWithEventCare(ProcessInstance pi,
                                            int ruleIndex)

p_eventTypeCareTipText

public java.lang.String p_eventTypeCareTipText()

p_getEventTypeCare

public boolean p_getEventTypeCare()

setEventTypeCare

public void setEventTypeCare(boolean flag)