Uses of Class
org.openstreetmap.josm.corrector.RoleCorrection

Packages that use RoleCorrection
org.openstreetmap.josm.corrector   
 

Uses of RoleCorrection in org.openstreetmap.josm.corrector
 

Method parameters in org.openstreetmap.josm.corrector with type arguments of type RoleCorrection
protected  java.util.Collection<Command> TagCorrector.applyCorrections(java.util.Map<OsmPrimitive,java.util.List<TagCorrection>> tagCorrectionsMap, java.util.Map<OsmPrimitive,java.util.List<RoleCorrection>> roleCorrectionMap, java.lang.String description)
           
 

Constructor parameters in org.openstreetmap.josm.corrector with type arguments of type RoleCorrection
RoleCorrectionTable(java.util.List<RoleCorrection> roleCorrections)
           
RoleCorrectionTableModel(java.util.List<RoleCorrection> roleCorrections)
           
 



JOSM