Drools Workbench - Guided Decision Tree Model 6.2.0.Final

org.drools.workbench.models.guided.dtree.shared.model.nodes.impl
Class ConstraintNodeImpl

java.lang.Object
  extended by org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
      extended by org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseBoundNodeImpl
          extended by org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.ConstraintNodeImpl
All Implemented Interfaces:
Iterable<Node>, BoundNode, ConstraintNode, HasValue, Node

public class ConstraintNodeImpl
extends BaseBoundNodeImpl
implements ConstraintNode


Constructor Summary
ConstraintNodeImpl()
           
ConstraintNodeImpl(String className, String fieldName)
           
ConstraintNodeImpl(String className, String fieldName, String operator, Value value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassName()
           
 String getFieldName()
           
 String getOperator()
           
 Value getValue()
           
 int hashCode()
           
 void setClassName(String className)
           
 void setFieldName(String fieldName)
           
 void setOperator(String operator)
           
 void setValue(Value value)
           
 
Methods inherited from class org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseBoundNodeImpl
getBinding, isBound, setBinding
 
Methods inherited from class org.drools.workbench.models.guided.dtree.shared.model.nodes.impl.BaseNodeImpl
addChild, getChildren, getParent, iterator, removeChild, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.BoundNode
getBinding, isBound, setBinding
 
Methods inherited from interface org.drools.workbench.models.guided.dtree.shared.model.nodes.Node
addChild, getChildren, getParent, removeChild, setParent
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

ConstraintNodeImpl

public ConstraintNodeImpl()

ConstraintNodeImpl

public ConstraintNodeImpl(String className,
                          String fieldName)

ConstraintNodeImpl

public ConstraintNodeImpl(String className,
                          String fieldName,
                          String operator,
                          Value value)
Method Detail

getClassName

public String getClassName()
Specified by:
getClassName in interface ConstraintNode

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface ConstraintNode

getFieldName

public String getFieldName()
Specified by:
getFieldName in interface ConstraintNode

setFieldName

public void setFieldName(String fieldName)
Specified by:
setFieldName in interface ConstraintNode

getOperator

public String getOperator()
Specified by:
getOperator in interface ConstraintNode

setOperator

public void setOperator(String operator)
Specified by:
setOperator in interface ConstraintNode

getValue

public Value getValue()
Specified by:
getValue in interface HasValue

setValue

public void setValue(Value value)
Specified by:
setValue in interface HasValue

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class BaseBoundNodeImpl

Drools Workbench - Guided Decision Tree Model 6.2.0.Final

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