Package adams.flow.control
Interface StorageUser
-
- All Known Implementing Classes:
CombineArrays
,CombineCollections
,CompareObjectLocations
,GetStorageValue
,HashSet
,IndexedSplitsRunsEvaluation
,LookUp
,MakeContainer
,MapToWekaInstance
,MergeReport
,MergeReportFromMap
,PDFAppendDocument
,SetContainerValue
,SetJsonValue
,SetMapValue
,StorageValue
,StorageValuesArray
,WekaFilter
,WekaGeneticAlgorithmInitializer
,WekaNearestNeighborSearch
,ZipArrays
public interface StorageUser
Interface for classes that use storage items.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isUsingStorage()
Returns whether storage items are being used.
-