Interface ExpressionNode

All Known Subinterfaces:
NetworkNode
All Known Implementing Classes:
AbstractActionExpressionNode, AbstractBinaryOperatorNode, AbstractBranchActionExpressionNode, AbstractLiteralNode, AbstractUnaryOperatorNode, ActionTakenNode, AllOverloadedNode, ArithmeticBinaryOperatorNode, BigDecimalLiteralNode, BooleanLiteralNode, ComparisonOperatorNode, ContingencyOccurredNode, DoubleLiteralNode, FloatLiteralNode, IntegerLiteralNode, IsOverloadedNode, LoadingRankNode, LogicalBinaryOperatorNode, LogicalNotOperator, MostLoadedNode, NetworkComponentNode, NetworkMethodNode, NetworkPropertyNode, StringLiteralNode

public interface ExpressionNode
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    <R, A> R
    accept(ExpressionVisitor<R,A> visitor, A arg)