Package org.drools.model.datasources
Interface PassiveDataSource<T>
-
- All Superinterfaces:
DataSource<T>
- All Known Subinterfaces:
PassiveDataStore<T>
- All Known Implementing Classes:
ListDataStore,SetDataStore
public interface PassiveDataSource<T> extends DataSource<T>