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
 org.drools.ide.common.client.modeldriven.dt52.Analysis buildAnalysis(List<RowDetector> rowDetectorList)
           
 FieldDetector getFieldDetector(org.drools.ide.common.client.modeldriven.dt52.Pattern52 pattern, String factField)
           
 long getRowIndex()
           
 void putOrMergeFieldDetector(org.drools.ide.common.client.modeldriven.dt52.Pattern52 pattern, String factField, FieldDetector fieldDetector)
           
 
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()

getFieldDetector

public FieldDetector getFieldDetector(org.drools.ide.common.client.modeldriven.dt52.Pattern52 pattern,
                                      String factField)

putOrMergeFieldDetector

public void putOrMergeFieldDetector(org.drools.ide.common.client.modeldriven.dt52.Pattern52 pattern,
                                    String factField,
                                    FieldDetector fieldDetector)

buildAnalysis

public org.drools.ide.common.client.modeldriven.dt52.Analysis buildAnalysis(List<RowDetector> rowDetectorList)


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