Package adams.flow.control
Interface ProgrammaticLocalScope
-
- All Known Implementing Classes:
LocalScopeSubProcess
,LocalScopeTee
,LocalScopeTransformer
,LocalScopeTrigger
public interface ProgrammaticLocalScope
Interface for classes that allow setting local variables/storage.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
useLocalStorage(Storage storage)
The local storage to use.void
useLocalVariables(Variables variables)
The local variables to use.
-