org.drools.agent.conf
Class ValidationTimeoutOption

java.lang.Object
  extended by org.drools.agent.conf.ValidationTimeoutOption

public class ValidationTimeoutOption
extends Object


Field Summary
static String PROPERTY_NAME
          The property name for the validation timeout
 
Method Summary
 boolean equals(Object o)
           
static ValidationTimeoutOption get(int threshold)
           
 String getPropertyName()
          
 int getTimeout()
          Returns the threshold value for alpha hashing
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
The property name for the validation timeout

See Also:
Constant Field Values
Method Detail

get

public static ValidationTimeoutOption get(int threshold)

getPropertyName

public String getPropertyName()


getTimeout

public int getTimeout()
Returns the threshold value for alpha hashing

Returns:

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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