Package adams.core

Interface VariablesHandler

  • All Known Implementing Classes:
    Flow, LocalScopeTransformer, LocalScopeTrigger

    public interface VariablesHandler
    Interface for classes that encapsulate (local) variable support.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getLocalVariables

        Variables getLocalVariables()
        Returns the Variables instance to use for resolving variables into actual values.
        Returns:
        the Variables instance to use