Package hec.model
Class Block
java.lang.Object
hec.model.LogicNode
hec.model.Operand
hec.model.Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
evaluate
(RunTimeStep rts) Abstract Method.void
setChildNode
(LogicNode node) toString()
Methods inherited from class hec.model.LogicNode
main, testOperatorNodes
-
Constructor Details
-
Block
public Block()
-
-
Method Details
-
setChildNode
-
getChildNode
-
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
-