Class LogicalNotOperator

java.lang.Object
com.powsybl.dsl.ast.AbstractUnaryOperatorNode
com.powsybl.dsl.ast.LogicalNotOperator
All Implemented Interfaces:
ExpressionNode

public class LogicalNotOperator extends AbstractUnaryOperatorNode
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • LogicalNotOperator

      public LogicalNotOperator(ExpressionNode child)
  • Method Details