org.drools.guvnor.client.decisiontable.analysis.action
Class ActionDetector

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

public class ActionDetector
extends Object


Field Summary
protected  boolean duplicated
           
protected  ActionDetectorKey key
           
protected  Set<DTCellValue52> valueSet
           
 
Constructor Summary
protected ActionDetector(ActionDetector a, ActionDetector b)
           
  ActionDetector(ActionDetectorKey key, DTCellValue52 value)
           
 
Method Summary
 ActionDetectorKey getKey()
           
 boolean isDuplicated()
           
 boolean isMultipleValuesForOneAction()
           
 ActionDetector merge(ActionDetector other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected ActionDetectorKey key

valueSet

protected Set<DTCellValue52> valueSet

duplicated

protected boolean duplicated
Constructor Detail

ActionDetector

public ActionDetector(ActionDetectorKey key,
                      DTCellValue52 value)

ActionDetector

protected ActionDetector(ActionDetector a,
                         ActionDetector b)
Method Detail

getKey

public ActionDetectorKey getKey()

isDuplicated

public boolean isDuplicated()

isMultipleValuesForOneAction

public boolean isMultipleValuesForOneAction()

merge

public ActionDetector merge(ActionDetector other)


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