org.drools.guvnor.client.decisiontable.analysis.condition
Class ConditionDetectorKey

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

public class ConditionDetectorKey
extends Object


Constructor Summary
ConditionDetectorKey(Pattern52 pattern, String factField)
           
 
Method Summary
 boolean equals(Object o)
           
 String getFactField()
           
 Pattern52 getPattern()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionDetectorKey

public ConditionDetectorKey(Pattern52 pattern,
                            String factField)
Method Detail

getPattern

public Pattern52 getPattern()

getFactField

public String getFactField()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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