Interface StatementTupleExpr

    • Method Detail

      • getId

        String getId()
        Returns:
        the id of this expr
      • getStatementSources

        List<StatementSource> getStatementSources()
        Returns:
        a list of sources that are relevant for evaluation of this expression
      • hasFreeVarsFor

        boolean hasFreeVarsFor​(BindingSet binding)
        returns true iff this statement has free variables in the presence of the specified binding set
        Parameters:
        binding -
        Returns:
        whether the statement has free vars