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

java.lang.Object
  extended by org.drools.guvnor.client.decisiontable.analysis.FieldDetector<DateFieldDetector>
      extended by org.drools.guvnor.client.decisiontable.analysis.DateFieldDetector

public class DateFieldDetector
extends FieldDetector<DateFieldDetector>


Field Summary
 
Fields inherited from class org.drools.guvnor.client.decisiontable.analysis.FieldDetector
hasUnrecognizedConstraint, impossibleMatch
 
Constructor Summary
DateFieldDetector(DateFieldDetector a, DateFieldDetector b)
           
DateFieldDetector(Date value, String operator)
           
 
Method Summary
 DateFieldDetector merge(DateFieldDetector other)
           
 
Methods inherited from class org.drools.guvnor.client.decisiontable.analysis.FieldDetector
hasUnrecognizedConstraint, isImpossibleMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFieldDetector

public DateFieldDetector(Date value,
                         String operator)

DateFieldDetector

public DateFieldDetector(DateFieldDetector a,
                         DateFieldDetector b)
Method Detail

merge

public DateFieldDetector merge(DateFieldDetector other)
Specified by:
merge in class FieldDetector<DateFieldDetector>


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