Click or drag to resize

TresholdParser class

A parser with the ability to resolve threshold operators. Derived from the parser for extended Boolean expressions. In addition to the Operators nine operators for 10%, 20%, ... , 80%, 90% threshold value. The threshold value logic (treshold) checks whether a certain percentage of the jobs that are subordinate to a job have been cancelled. node returned the result true. If the value specified by the selected operator percentage (threshold value) is reached or exceeded, the entire job switches to true (green display). Creates an equivalent tree from a text expression.
Inheritance hierarchy

Namespace: NetEti.ExpressionParser
Assembly: NetEti.ExpressionParser (in NetEti.ExpressionParser.dll) Version: 1.0.0+20609015c2da6e03a80f381a46b367814c82f34b
Syntax
public class TresholdParser : LogicalParser

The TresholdParser Type exposes the following members.

Constructors
 NameDescription of the
Public MethodTresholdParser Standard constructor.
Back to the top
Properties
 NameDescription of the
Public PropertyExpressionString The originally transferred text expression.
(Inherited from ExpressionParser)
Public PropertyMetaRules List of high-order operators with assigned sub-expressions. BooleanParser
(Inherited from ExpressionParser)
Public PropertyOperatorPriority List of operators with their relative priorities. BooleanParser
(Inherited from ExpressionParser)
Public PropertyOperators List of one or two possible operands with each an assigned operator. BooleanParser
(Inherited from ExpressionParser)
Public PropertyToken List of several possible text tokens, each with an assigned internal key. BooleanParser
(Inherited from ExpressionParser)
Back to the top
Methods
 NameDescription of the
Public MethodGetOperands Parses and returns all names that do not belong to the operators defined for this parser type.
(Inherited from ExpressionParser)
Public MethodParse Converts a text expression using predefined rules into an equivalent syntax tree.
(Inherited from ExpressionParser)
Back to the top
See also