Project

General

Profile

Actions

Task #5985

closed

Node ExprUtils.getEquation(Node target, Node value)

Added by Sergey Smolov almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
High
Assignee:
Andrei Tatarnikov
Category:
Utilities
Target version:
Start date:
05/26/2015
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Published in build:
0.4.28

Description

return new NodeOperation(StandardOperation.EQ, target, value)

Actions #1

Updated by Sergey Smolov almost 9 years ago

  • Subject changed from ExprUtils.getEquation(Node target, Node value) to Node ExprUtils.getEquation(Node target, Node value)
Actions #2

Updated by Sergey Smolov almost 9 years ago

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))

Actions #3

Updated by Sergey Smolov over 8 years ago

  • Priority changed from Normal to High
Actions #4

Updated by Andrei Tatarnikov over 6 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Implemented in the Nodes class.

Actions #5

Updated by Sergey Smolov over 6 years ago

  • Status changed from Resolved to Verified
Actions #6

Updated by Andrei Tatarnikov over 6 years ago

  • Status changed from Verified to Closed
  • Published in build set to 0.4.28
Actions

Also available in: Atom PDF