Interface NodeProvider


  • public interface NodeProvider
    • Method Detail

      • getNode

        Node getNode​(Variable variable)
        Substitutes one variable for a node expression.
        Parameters:
        variable - Variable to be substituted.
        Returns:
        Node that substitutes the variable or null if no substitution is provided.
        Throws:
        java.lang.IllegalArgumentException - if the argument is null.