Uses of Interface
org.drools.ruleunits.api.DataSource
-
Packages that use DataSource Package Description org.drools.ruleunits.api -
-
Uses of DataSource in org.drools.ruleunits.api
Subinterfaces of DataSource in org.drools.ruleunits.api Modifier and Type Interface Description interface
DataStore<T>
ADataSource
of mutable data.interface
DataStream<T>
ADataSource
of immutable data.interface
SingletonStore<T>
A data store that contains at most one value
-