예제 #1
0
 public Condition(OperatorType operatorType, int right, ConditionAlgorithm algorithm, StateQuantityType conditionParameter)
 {
     _id = Guid.NewGuid();
     _operator = operatorType;
     _algorithm = algorithm;
     //_leftExpression = left;
     _rightExpression = right;
     _conditionParameter = conditionParameter;
 }
예제 #2
0
 public Condition(OperatorType operatorType, int right, ConditionAlgorithm algorithm, StateQuantityType conditionParameter)
 {
     _id        = Guid.NewGuid();
     _operator  = operatorType;
     _algorithm = algorithm;
     //_leftExpression = left;
     _rightExpression    = right;
     _conditionParameter = conditionParameter;
 }