| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| org.openstreetmap.josm.data.validation |
Provides the classes for JOSM data validation.
|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
DatasetConsistencyTest.printElapsedTime(Stopwatch stopwatch) |
| Modifier and Type | Field and Description |
|---|---|
protected Stopwatch |
Test.stopwatch
the start time to compute elapsed time when test finishes
|
| Modifier and Type | Field and Description |
|---|---|
private Stopwatch |
SplashScreen.MeasurableTask.stopwatch |
| Modifier and Type | Method and Description |
|---|---|
static Stopwatch |
Stopwatch.createStarted()
Creates and starts a stopwatch
|