Task #5985
closed
Node ExprUtils.getEquation(Node target, Node value)
Added by Sergey Smolov over 9 years ago.
Updated almost 7 years ago.
Assignee:
Andrei Tatarnikov
Published in build:
0.4.28
Description
return new NodeOperation(StandardOperation.EQ, target, value)
- Subject changed from ExprUtils.getEquation(Node target, Node value) to Node ExprUtils.getEquation(Node target, Node value)
Also the following convenience methods are necessary:
ExprUtils.getGreater(Node target, Node value) (return new NodeOperation(StandardOperation.GREATER, target, value))
ExprUtils.getGreaterEq(Node target, Node value) (return new NodeOperation(StandardOperation.GREATEREQ, target, value))
ExprUtils.getLess(Node target, Node value) (return new NodeOperation(StandardOperation.LESS, target, value))
ExprUtils.getLessEq(Node target, Node value) (return new NodeOperation(StandardOperation.LESSEQ, target, value))
- Priority changed from Normal to High
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in the Nodes class.
- Status changed from Resolved to Verified
- Status changed from Verified to Closed
- Published in build set to 0.4.28
Also available in: Atom
PDF