org.openstreetmap.osmosis.core.apidb.v0_6.impl
Interface FeaturePopulator<T>

Type Parameters:
T -
All Superinterfaces:
Releasable
All Known Implementing Classes:
FeatureHistoryPopulator

public interface FeaturePopulator<T>
extends Releasable

Populates an entity with its features.


Method Summary
 void populateFeatures(T entity)
          Populates the specified entity.
 
Methods inherited from interface org.openstreetmap.osmosis.core.lifecycle.Releasable
release
 

Method Detail

populateFeatures

void populateFeatures(T entity)
Populates the specified entity.

Parameters:
entity - The entity to be populated.