Interface SymbolicLValueI

  • All Superinterfaces:
    LValueI
    All Known Implementing Classes:
    MatrixEle

    public interface SymbolicLValueI
    extends LValueI
    Functions which can appear on the left hand side of a symbolic assignment. For instance the matrix element function where the equations of individual elements can be specified.
    See Also:
    XAssign
    • Method Detail

      • setEqn

        void setEqn​(Jep xjep,
                    Node lhsNode,
                    Node rhsNode)
             throws ParseException
        Sets the equation of an LValue
        Parameters:
        xjep - Jep instance
        lhsNode - an LValue whose equation can be set
        rhsNode - the expression the set in to
        Throws:
        ParseException