org.processmining.mining.armining
Class MyApriori

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

public class MyApriori
extends weka.associations.Apriori

Title: MyApriori

Description:MyApriori extends Apriori()

Copyright: Copyright (c) 2004

Company:

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

Field Summary
protected  boolean m_eventTypeCare
           
protected  LogReader myLog
           
 
Fields inherited from class weka.associations.Apriori
CONFIDENCE, CONVICTION, LEVERAGE, LIFT, m_allTheRules, m_cycles, m_delta, m_hashtables, m_instances, m_lowerBoundMinSupport, m_Ls, m_metricType, m_minMetric, m_minSupport, m_numRules, m_outputItemSets, m_removeMissingCols, m_significanceLevel, m_upperBoundMinSupport, m_verbose, TAGS_SELECTION
 
Constructor Summary
MyApriori()
           
 
Method Summary
 java.lang.Boolean checkFISInRule(ProcessInstance pi, int FISIndex)
           
 java.lang.Boolean checkFISWithEventCare(ProcessInstance pi, int FISIndex)
           
 java.lang.Boolean checkForRule(ProcessInstance pi, int ruleIndex)
           
 java.lang.Boolean checkWithEventCare(ProcessInstance pi, int ruleIndex)
           
 java.lang.String eventTypeCareTipText()
           
 java.util.ArrayList<java.lang.String> get_m_allTheRules()
           
 java.util.ArrayList<java.lang.String> get_m_allTheRulesWithEType()
           
 java.util.ArrayList<java.lang.String> get_m_Ls()
           
 java.util.ArrayList<java.lang.String> get_m_LsWithETtype()
           
 boolean getEventTypeCare()
           
 boolean getOutputItemSets()
           
 java.lang.String myNumRulesTipText()
           
static javax.swing.JScrollPane newDisplay(java.util.ArrayList<java.lang.String> myList)
           
 java.lang.String outputItemSetsTipText()
           
 void setEventTypeCare(boolean flag)
           
 void setOutputItemSets(boolean flag)
           
 
Methods inherited from class weka.associations.Apriori
buildAssociations, deltaTipText, getDelta, getLowerBoundMinSupport, getMetricType, getMinMetric, getNumRules, getOptions, getRemoveAllMissingCols, getSignificanceLevel, getUpperBoundMinSupport, globalInfo, listOptions, lowerBoundMinSupportTipText, main, metricTypeTipText, minMetricTipText, numRulesTipText, removeAllMissingColsTipText, removeMissingColumns, resetOptions, setDelta, setLowerBoundMinSupport, setMetricType, setMinMetric, setNumRules, setOptions, setRemoveAllMissingCols, setSignificanceLevel, setUpperBoundMinSupport, significanceLevelTipText, toString, upperBoundMinSupportTipText
 
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

myLog

protected LogReader myLog

m_eventTypeCare

protected boolean m_eventTypeCare
Constructor Detail

MyApriori

public MyApriori()
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)

get_m_Ls

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

get_m_LsWithETtype

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

checkFISInRule

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

checkFISWithEventCare

public java.lang.Boolean checkFISWithEventCare(ProcessInstance pi,
                                               int FISIndex)

checkForRule

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

checkWithEventCare

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

setOutputItemSets

public void setOutputItemSets(boolean flag)

getOutputItemSets

public boolean getOutputItemSets()

outputItemSetsTipText

public java.lang.String outputItemSetsTipText()

eventTypeCareTipText

public java.lang.String eventTypeCareTipText()

myNumRulesTipText

public java.lang.String myNumRulesTipText()

getEventTypeCare

public boolean getEventTypeCare()

setEventTypeCare

public void setEventTypeCare(boolean flag)