Package adams.flow.control
Interface ProgrammaticLocalScope
-
- All Known Implementing Classes:
LocalScopeSubProcess,LocalScopeTee,LocalScopeTransformer,LocalScopeTrigger
public interface ProgrammaticLocalScopeInterface 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 voiduseLocalStorage(Storage storage)The local storage to use.voiduseLocalVariables(Variables variables)The local variables to use.
-