org.drools.scorecards.pmml
Class PMMLOperators

java.lang.Object
  extended by org.drools.scorecards.pmml.PMMLOperators

public class PMMLOperators
extends Object


Field Summary
static String EQUAL
           
static String GREATER_OR_EQUAL
           
static String GREATER_THAN
           
static String IS_IN
           
static String IS_NOT_IN
           
static String LESS_OR_EQUAL
           
static String LESS_THAN
           
static String NOT_EQUAL
           
 
Constructor Summary
PMMLOperators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LESS_THAN

public static final String LESS_THAN
See Also:
Constant Field Values

GREATER_THAN

public static final String GREATER_THAN
See Also:
Constant Field Values

NOT_EQUAL

public static final String NOT_EQUAL
See Also:
Constant Field Values

EQUAL

public static final String EQUAL
See Also:
Constant Field Values

GREATER_OR_EQUAL

public static final String GREATER_OR_EQUAL
See Also:
Constant Field Values

LESS_OR_EQUAL

public static final String LESS_OR_EQUAL
See Also:
Constant Field Values

IS_NOT_IN

public static final String IS_NOT_IN
See Also:
Constant Field Values

IS_IN

public static final String IS_IN
See Also:
Constant Field Values
Constructor Detail

PMMLOperators

public PMMLOperators()


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