Package hec.model
Class AndOperator
java.lang.Object
hec.model.LogicNode
hec.model.Operator
hec.model.AndOperator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hec.model.Operator
getLeftChild, getRightChild, setLeftChild, setRightChild
Methods inherited from class hec.model.LogicNode
main, testOperatorNodes
-
Constructor Details
-
AndOperator
public AndOperator() -
AndOperator
-
-
Method Details
-
evaluate
Description copied from class:LogicNode
Abstract Method. Returns a true/false value based upon the type of node. Operator nodes return the logical operator value based on the values of its children. Expression nodes return values based upon the particular expression the represent i.e. (X < 5) -
toString
-