org.drools.guvnor.client.decisiontable.analysis
Class RowDetector

java.lang.Object
  extended by org.drools.guvnor.client.decisiontable.analysis.RowDetector

public class RowDetector
extends Object


Constructor Summary
RowDetector(long rowIndex)
           
 
Method Summary
 Analysis buildAnalysis(List<RowDetector> rowDetectorList)
           
 ActionDetector getActionDetector(ActionDetectorKey key)
           
 ConditionDetector getConditionDetector(ConditionDetectorKey key)
           
 long getRowIndex()
           
 void putOrMergeActionDetector(ActionDetector actionDetector)
           
 void putOrMergeConditionDetector(ConditionDetector conditionDetector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowDetector

public RowDetector(long rowIndex)
Method Detail

getRowIndex

public long getRowIndex()

getConditionDetector

public ConditionDetector getConditionDetector(ConditionDetectorKey key)

putOrMergeConditionDetector

public void putOrMergeConditionDetector(ConditionDetector conditionDetector)

getActionDetector

public ActionDetector getActionDetector(ActionDetectorKey key)

putOrMergeActionDetector

public void putOrMergeActionDetector(ActionDetector actionDetector)

buildAnalysis

public Analysis buildAnalysis(List<RowDetector> rowDetectorList)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.