Interface DataContextReadOnly

    • Method Detail

      • getVariableNames

        Iterator<String> getVariableNames()
        Returns the variables names of the data context.
      • isVariableDefined

        boolean isVariableDefined​(String aVariableName)
        Returns true if the specified variable name is defined in the data context. Else returns false.
      • getVariableString

        String getVariableString​(String aVariableName)
        Returns the value of the specified variable in the data context.