Uses of Interface
org.openstreetmap.josm.plugins.graphview.core.data.DataSource

Packages that use DataSource
org.openstreetmap.josm.plugins.graphview.core.data   
org.openstreetmap.josm.plugins.graphview.core.data.osmosis   
 

Uses of DataSource in org.openstreetmap.josm.plugins.graphview.core.data
 

Methods in org.openstreetmap.josm.plugins.graphview.core.data with parameters of type DataSource
 void DataSourceObserver.update(DataSource<?,?,?,?> dataSource)
          informs this observer about changes in an observed data source
 

Uses of DataSource in org.openstreetmap.josm.plugins.graphview.core.data.osmosis
 

Classes in org.openstreetmap.josm.plugins.graphview.core.data.osmosis that implement DataSource
 class OSMFileDataSource
          DataSource providing information from a single .osm file.