Uses of Interface
org.jactr.tools.data.IDataSource

Packages that use IDataSource
org.jactr.tools.data   
 

Uses of IDataSource in org.jactr.tools.data
 

Subinterfaces of IDataSource in org.jactr.tools.data
 interface IMutableDataSource
           
 interface INamedDataSource
           
 interface INamedMutableDataSource
           
 

Methods in org.jactr.tools.data with parameters of type IDataSource
 void IMetric.addDataSource(IDataSource dataSource)
           
 void IMetric.removeDataSource(IDataSource dataSource)