net.sf.myra.datamining.util
Class RuleParser.Condition

java.lang.Object
  extended by net.sf.myra.datamining.util.RuleParser.Condition
Enclosing class:
RuleParser

public static class RuleParser.Condition
extends java.lang.Object

This class represents a rule condition.


Constructor Summary
RuleParser.Condition()
           
 
Method Summary
 java.lang.String getAttribute()
           
 net.sf.myra.datamining.util.RuleParser.ConditionType getType()
           
 java.lang.String[] getValue()
           
 void setAttribute(java.lang.String attribute)
           
 void setType(net.sf.myra.datamining.util.RuleParser.ConditionType type)
           
 void setValue(java.lang.String... value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleParser.Condition

public RuleParser.Condition()
Method Detail

getAttribute

public java.lang.String getAttribute()
Returns:
the attribute

setAttribute

public void setAttribute(java.lang.String attribute)
Parameters:
attribute - the attribute to set

getType

public net.sf.myra.datamining.util.RuleParser.ConditionType getType()
Returns:
the type

setType

public void setType(net.sf.myra.datamining.util.RuleParser.ConditionType type)
Parameters:
type - the type to set

getValue

public java.lang.String[] getValue()
Returns:
the value

setValue

public void setValue(java.lang.String... value)
Parameters:
value - the value to set


Copyright © 2013. All Rights Reserved.